updated Readme and Test

This commit is contained in:
Philipp Kunz
2015-11-17 02:29:18 +01:00
parent 1a9bd0fc15
commit 7e588db44a
3 changed files with 20 additions and 34 deletions

View File

@ -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");