Should write a meaningful config.gypi for node.
authorCheng Zhao <zcbenz@gmail.com>
Tue, 2 Jul 2013 14:23:13 +0000 (22:23 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Tue, 2 Jul 2013 14:23:13 +0000 (22:23 +0800)
Node is parsing it for 'process.config', empty file would cause
exception.

script/bootstrap.py
vendor/brightray

index 73bae35..5891646 100755 (executable)
@@ -73,6 +73,7 @@ def touch_config_gypi():
   if not os.path.exists(config_gypi):
     with open(config_gypi, 'w+') as f:
       f.truncate(0)
+      f.write('{}')
 
 
 def update_atom_shell():
index 682f4cd..5a43a74 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 682f4cd0a10433126f7ead8359268c9a709a8211
+Subproject commit 5a43a74e6492c278649db8874ce4a0c7f1b271bc