Skip to content

Commit ec6a983

Browse files
author
John Haley
committed
Fix linter
1 parent 652d596 commit ec6a983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lifecycleScripts/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function build() {
101101
else if (nwjsVersion) {
102102
builder = "nw-gyp";
103103
target = "--target=" + nwjsVersion;
104-
runtime = "--runtime=node-webkit"
104+
runtime = "--runtime=node-webkit";
105105
}
106106

107107
var home = process.platform == "win32" ?

0 commit comments

Comments
 (0)