We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94224b8 commit 8f9180eCopy full SHA for 8f9180e
lifecycleScripts/install.js
@@ -39,7 +39,7 @@ return whichNativeNodish("..")
39
args.push("--runtime=electron");
40
args.push("--target=" + asVersion);
41
}
42
- return installPrebuilt(args)
+ return installPrebuilt(args);
43
});
44
45
function installPrebuilt(args) {
0 commit comments