smartdebug/test.js
2015-11-16 01:50:28 +01:00

5 lines
116 B
JavaScript

var smartDebug = require("./index.js");
smartDebug.log("test");
smartDebug.activate(true);
smartDebug.log("test2");