Skip to content

Commit

Permalink
Merge pull request #43 from Lxf3gK/master
Browse files Browse the repository at this point in the history
Re-add plus sign to devConfigs to allow debug configurations
  • Loading branch information
Kevin Brown authored Apr 4, 2018
2 parents d5e0131 + aa60ea9 commit 8d61cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fix-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function updateProject (project) {
const nodeCommand = scriptSettings.nodeCommand ? scriptSettings.nodeCommand + ' ' : '';
const env = scriptSettings.env || [];

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

Expand Down

0 comments on commit 8d61cf3

Please sign in to comment.