Skip to content

Commit

Permalink
Option --no-log not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanghoon Shin committed Jun 2, 2021
1 parent 1cf8708 commit 0524064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/taiko.js
Expand Up @@ -78,7 +78,7 @@ function setEmulatedNetwork(networkType) {
}

function setDisableLogout() {
process.env.TAIKO_DISABLE_LOGOUT = 'true';
process.env.TAIKO_ENABLE_ACTION_OUTPUT = 'false';
}

function seekingForHelp(args) {
Expand Down

0 comments on commit 0524064

Please sign in to comment.