mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-22 10:28:34 +00:00
remove trailing whitespace
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
b2e45ed95c
commit
fee40c8935
@ -367,7 +367,7 @@ class Dashboard {
|
||||
executeCmd(cmd, cb) {
|
||||
const self = this;
|
||||
self.logText.log('console> '.bold.green + cmd);
|
||||
self.console.executeCmd(cmd, function (result) {
|
||||
self.console.executeCmd(cmd, function (result) {
|
||||
self.logText.log(result);
|
||||
if (cb) {
|
||||
cb(result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user