updated Readme and Test
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
/// <reference path="typings/tsd.d.ts" />
|
||||
var smartDebug = require("./index.js");
|
||||
var bl = require("beautylog")("os");
|
||||
|
||||
smartDebug.log("test");
|
||||
smartDebug.log("This message is not shown");
|
||||
smartDebug.activate(true);
|
||||
smartDebug.log("test2");
|
||||
smartDebug.log("This debug message is shown");
|
||||
|
||||
bl.success("Test successfull");
|
Reference in New Issue
Block a user