Skip to content

Commit 8f9180e

Browse files
committed
Add a missing semicolon.
1 parent 94224b8 commit 8f9180e

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
@@ -39,7 +39,7 @@ return whichNativeNodish("..")
3939
args.push("--runtime=electron");
4040
args.push("--target=" + asVersion);
4141
}
42-
return installPrebuilt(args)
42+
return installPrebuilt(args);
4343
});
4444

4545
function installPrebuilt(args) {

0 commit comments

Comments
 (0)