Added things

This commit is contained in:
ahoZiorce
2018-07-01 19:21:42 +02:00
parent 1fcb230963
commit c6c9dbf1c5
3 changed files with 22 additions and 1 deletions

4
src/cmd/debug.js Normal file
View File

@@ -0,0 +1,4 @@
exports.loadModule = function loadModule (commandH) {
console.log('In debug.js');
console.log(commandH);
}