forked from github/cordova-android
Fix exception for unknown flag in cordova/run
This commit is contained in:
Vendored
+1
-1
@@ -50,7 +50,7 @@ var path = require('path'),
|
||||
} else if (args[i] == '--list') {
|
||||
list = true;
|
||||
} else {
|
||||
console.warn('Option \'' + options[i] + '\' not recognized (ignoring).');
|
||||
console.warn('Option \'' + args[i] + '\' not recognized (ignoring).');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user