Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f09d67196 | ||
|
|
bdf0c9b066 |
1
index.js
1
index.js
@@ -15,6 +15,7 @@ var smartDebug = {
|
||||
},
|
||||
activate: function (debugArg) {
|
||||
debugActive = debugArg;
|
||||
beautylog.log("#### ".rainbow + "!!! ".red + "Debugging has been activated!".blue + " !!!".red + " ####".rainbow);
|
||||
},
|
||||
getStatus: function () {
|
||||
return debugActive;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "smartdebug",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"description": "debug your JavaScript the smart way",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -16,6 +16,7 @@ var smartDebug = {
|
||||
},
|
||||
activate: function(debugArg:boolean){
|
||||
debugActive = debugArg;
|
||||
beautylog.log("#### ".rainbow + "!!! ".red + "Debugging has been activated!".blue + " !!!".red + " ####".rainbow);
|
||||
},
|
||||
getStatus: function(){
|
||||
return debugActive;
|
||||
|
||||
Reference in New Issue
Block a user