From 9c9d62c3a978398b441593102c7bffbe2f787e45 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 2 Jul 2013 22:23:13 +0800 Subject: [PATCH] Should write a meaningful config.gypi for node. Node is parsing it for 'process.config', empty file would cause exception. --- script/bootstrap.py | 1 + vendor/brightray | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/script/bootstrap.py b/script/bootstrap.py index 73bae35e008a..589164676723 100755 --- a/script/bootstrap.py +++ b/script/bootstrap.py @@ -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(): diff --git a/vendor/brightray b/vendor/brightray index 682f4cd0a104..5a43a74e6492 160000 --- a/vendor/brightray +++ b/vendor/brightray @@ -1 +1 @@ -Subproject commit 682f4cd0a10433126f7ead8359268c9a709a8211 +Subproject commit 5a43a74e6492c278649db8874ce4a0c7f1b271bc