Skip to content

Commit

Permalink
Improving comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jun 15, 2016
1 parent 7b61123 commit 658d5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/serve/__tests__/reload_logging_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ${err.stack || err.message || err}`).to.eql(true);
}

function switchToPlainTextLog() {
json = 3; // ignore both "reloading" messages
json = 3; // ignore both "reloading" messages + ui settings status message
setLoggingJson(false);
child.kill(`SIGHUP`); // reload logging config
}
Expand Down

0 comments on commit 658d5f5

Please sign in to comment.