chore: add debug logging for shell commands
This commit is contained in:
@@ -16,6 +16,7 @@ export default class ShellMicroPython extends Shell {
|
||||
com: config.port
|
||||
};
|
||||
const command = MString.tpl(config.command, info);
|
||||
console.log('DEBUG CMD BURN:', command);
|
||||
return this.execUntilClosed(command);
|
||||
}
|
||||
|
||||
@@ -26,6 +27,7 @@ export default class ShellMicroPython extends Shell {
|
||||
com: config.port
|
||||
};
|
||||
const command = MString.tpl(config.command, info);
|
||||
console.log('DEBUG CMD UPLOAD:', command);
|
||||
return this.execUntilClosed(command);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user