Skip to content

Commit

Permalink
test: fix typo in e2e_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and hansl committed Mar 29, 2018
1 parent cbd12d9 commit 11dc7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e_runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const argv = minimist(process.argv.slice(2), {
process.exitCode = 255;


- 1const logger = createConsoleLogger(argv.verbose);
const logger = createConsoleLogger(argv.verbose);

This comment has been minimized.

Copy link
@alfaproject

alfaproject Mar 30, 2018

Also, line 62

const logStack = [logger];
function lastLogger() {
return logStack[logStack.length - 1];
Expand Down

0 comments on commit 11dc7a9

Please sign in to comment.