Skip to content

Commit 652d596

Browse files
author
John Haley
committed
Fix debug build
An extra whitespace killed the debug build. Because of course it did.
1 parent e9bdcf5 commit 652d596

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
@@ -79,7 +79,7 @@ function build() {
7979
};
8080

8181
var builder = "node-gyp";
82-
var debug = (process.env.BUILD_DEBUG ? " --debug" : "");
82+
var debug = (process.env.BUILD_DEBUG ? "--debug" : "");
8383
var target = "";
8484
var distUrl = "";
8585
var runtime = "";

0 commit comments

Comments
 (0)