mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add a ;
This commit is contained in:
committed by
Thomas Johansen
parent
ddb6b1c37b
commit
f64d84f22b
@@ -84,7 +84,7 @@ function bootstrap() {
|
||||
apmInstallCommand += ' --arch=ia32';
|
||||
|
||||
if (!process.env.ATOM_NODE_VERSION)
|
||||
process.env.ATOM_NODE_VERSION = require('../package.json').electronVersion
|
||||
process.env.ATOM_NODE_VERSION = require('../package.json').electronVersion;
|
||||
|
||||
var commands = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user