mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
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