smartdebug/test.js

5 lines
116 B
JavaScript
Raw Normal View History

2015-11-16 00:50:28 +00:00
var smartDebug = require("./index.js");
smartDebug.log("test");
smartDebug.activate(true);
smartDebug.log("test2");