remove unneeded code line
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
dc0c8c5622
commit
b2e45ed95c
|
@ -39,7 +39,6 @@ class Console {
|
|||
for (let pluginCmd of pluginCmds) {
|
||||
let pluginOutput = pluginCmd.call(this, cmd, {});
|
||||
if (pluginOutput !== false && pluginOutput !== 'false' && pluginOutput !== undefined) return callback(pluginOutput);
|
||||
//if (pluginOutput === undefined) return callback("");
|
||||
}
|
||||
|
||||
let output = this.processEmbarkCmd(cmd);
|
||||
|
|
Loading…
Reference in New Issue