Skip to content

Commit

Permalink
Quoted generated attributes file. Fixes #1006 (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Apr 16, 2017
1 parent 61fb3ca commit b54b611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/ExecuteJob/ExecuteJob.Files.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ define([
if (!numOrBool.test(value)) {
value = `"${value}"`;
}
return [name, value];
return [`['${name}']`, value];
})
.map(pair => pair.join(' = '))
.join(',\n\t') + '\n}';
Expand Down

0 comments on commit b54b611

Please sign in to comment.