Skip to content

Commit df68f59

Browse files
committed
builtin completion
1 parent 07560d1 commit df68f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/EchoCommand.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class EchoCommand extends Command {
1313
this.outputHandler.write(output);
1414
} else {
1515
// If stderr is redirected, write to stdout anyway
16+
console.log('here dave');
1617
this.outputHandler.writeError(output + '\n');
1718
}
1819
return { shouldContinue: true };

0 commit comments

Comments
 (0)