mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Add semicolon
This commit is contained in:
@@ -24,7 +24,7 @@ function readEnvironmentVariables() {
|
||||
} catch(error) { }
|
||||
}
|
||||
|
||||
readEnvironmentVariables()
|
||||
readEnvironmentVariables();
|
||||
cp.safeExec.bind(global, 'node script/bootstrap', function(error) {
|
||||
if (error)
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user