mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
Fix type "LANCH" -> "LAUNCH"
This commit is contained in:
parent
1fe7bbbbc4
commit
600599f49e
2
bin/templates/cordova/lib/device.js
vendored
2
bin/templates/cordova/lib/device.js
vendored
@ -79,7 +79,7 @@ module.exports.install = function(target) {
|
|||||||
var cmd = 'adb -s ' + target + ' shell am start -W -a android.intent.action.MAIN -n ' + launchName;
|
var cmd = 'adb -s ' + target + ' shell am start -W -a android.intent.action.MAIN -n ' + launchName;
|
||||||
return exec(cmd);
|
return exec(cmd);
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
console.log('LANCH SUCCESS');
|
console.log('LAUNCH SUCCESS');
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
return Q.reject('ERROR: Failed to launch application on device: ' + err);
|
return Q.reject('ERROR: Failed to launch application on device: ' + err);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user