We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f47b9 commit 023d946Copy full SHA for 023d946
lib/log.js
@@ -4,7 +4,7 @@ function Logger (log) {
4
5
Logger.prototype.log = function (message) {
6
if (this.writeLog) {
7
- console.log(message)
+ console.log(message);
8
}
9
};
10
0 commit comments