mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Link adb logcat to parent stdout/stderr
This commit is contained in:
@@ -2216,7 +2216,7 @@ main.registerCommand({
|
||||
if (args.length) {
|
||||
var arg = args[0];
|
||||
if (arg == "adb") {
|
||||
Android.runAdb(args.slice(1), { pipeOutput: true, detached: true });
|
||||
Android.runAdb(args.slice(1), { pipeOutput: true, detached: true, stdio: ['inherit', 'inherit', 'inherit']});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user