We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5e0131 + aa60ea9 commit 8d61cf3Copy full SHA for 8d61cf3
src/fix-script.js
@@ -21,7 +21,7 @@ function updateProject (project) {
21
const nodeCommand = scriptSettings.nodeCommand ? scriptSettings.nodeCommand + ' ' : '';
22
const env = scriptSettings.env || [];
23
24
- const devConfigs = `\\"(${configurations}${configurations.length ? '|' : ''}Debug)\\"`;
+ const devConfigs = `\\"+(${configurations}${configurations.length ? '|' : ''}Debug)\\"`;
25
env.DEVELOPMENT_BUILD_CONFIGURATIONS = devConfigs;
26
env.NODE_BINARY = env.NODE_BINARY || 'node';
27
0 commit comments