We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf6d41 commit bd71cdfCopy full SHA for bd71cdf
test/embedding/test-embedding.js
@@ -6,8 +6,7 @@ const child_process = require('child_process');
6
const path = require('path');
7
8
common.allowGlobals(global.require);
9
-let binary = process.features.debug ?
10
- 'out/Debug/embedtest' : 'out/Release/embedtest';
+let binary = `out/${common.buildType}/embedtest`;
11
if (common.isWindows) {
12
binary += '.exe';
13
}
0 commit comments