Configurating Console.log

This commit is contained in:
Nathan Leniz
2015-01-20 00:36:14 -05:00
parent 4755bfcb56
commit cc3fa8e5f7
3 changed files with 50 additions and 56 deletions

View File

@@ -45,6 +45,11 @@ var api = {
} else {
print('output', data.output);
}
},
console: {
log: function(msg) {
console.log(msg);
}
}
};