breaking change. it works better.
This commit is contained in:
7
tests/bright.ts
Normal file
7
tests/bright.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import Logging from "../src/mod.ts";
|
||||
|
||||
const log = new Logging("NotBright");
|
||||
|
||||
log.bright = false;
|
||||
|
||||
log.i("Not Bright");
|
||||
Reference in New Issue
Block a user