We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b82cbaf + 5d44ccf commit b78918fCopy full SHA for b78918f
projectGeneratorElectron/app.js
@@ -222,6 +222,7 @@ ipc.on('selectAddons', function(arg) {
222
//haystack.indexOf(needle) >= 0
223
224
for (var i = 0; i < arg.length; i++) {
225
+ arg[i] = arg[i].trim();
226
// first, check if it's already picked, then do nothing
227
if (addonsAlreadyPicked.indexOf(arg[i]) >= 0){
228
console.log("already picked"); // alread picked
0 commit comments