浏览代码

tech(build): semicölöns

bergquist 9 年之前
父节点
当前提交
97008f90c4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -13,9 +13,9 @@ module.exports = function (grunt) {
   };
 
   if (grunt.option('arch')) {
-    config.arch = grunt.option('arch')
+    config.arch = grunt.option('arch');
   } else {
-    config.arch = os.arch()
+    config.arch = os.arch();
 
     if (process.platform.match(/^win/)) {
       config.arch = process.env.hasOwnProperty('ProgramFiles(x86)') ? 'x64' : 'x86';