Skip to content

Commit 8d61cf3

Browse files
author
Kevin Brown
authored
Merge pull request #43 from Lxf3gK/master
Re-add plus sign to devConfigs to allow debug configurations
2 parents d5e0131 + aa60ea9 commit 8d61cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fix-script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function updateProject (project) {
2121
const nodeCommand = scriptSettings.nodeCommand ? scriptSettings.nodeCommand + ' ' : '';
2222
const env = scriptSettings.env || [];
2323

24-
const devConfigs = `\\"(${configurations}${configurations.length ? '|' : ''}Debug)\\"`;
24+
const devConfigs = `\\"+(${configurations}${configurations.length ? '|' : ''}Debug)\\"`;
2525
env.DEVELOPMENT_BUILD_CONFIGURATIONS = devConfigs;
2626
env.NODE_BINARY = env.NODE_BINARY || 'node';
2727

0 commit comments

Comments
 (0)