mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Should write a meaningful config.gypi for node.
Node is parsing it for 'process.config', empty file would cause exception.
This commit is contained in:
@@ -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():
|
||||
|
||||
2
vendor/brightray
vendored
2
vendor/brightray
vendored
Submodule vendor/brightray updated: 682f4cd0a1...5a43a74e64
Reference in New Issue
Block a user