Skip to content

Commit

Permalink
Deliberately cause tests to fail
Browse files Browse the repository at this point in the history
Test that the new test in ts-node is actually working. This needs to be reverted before shipping.
  • Loading branch information
Mr0grog committed Jan 26, 2024
1 parent a9be95d commit 54f31ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loglevel.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
}

// NOTE: in v2, this should call rebuild(), which updates children.
return replaceLoggingMethods.call(self);
return replaceLoggingMethods.call(this);
};

self.setDefaultLevel = function (level) {
Expand Down

0 comments on commit 54f31ae

Please sign in to comment.