This commit is contained in:
Dave Horton
2020-02-28 10:25:43 -05:00
parent 19d674f531
commit 8cf107c34c
7 changed files with 9 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ function makeTask(logger, obj, parent) {
}
const name = keys[0];
const data = obj[name];
logger.debug(data, `makeTask: ${name}`);
//logger.debug(data, `makeTask: ${name}`);
if (typeof data !== 'object') {
throw errBadInstruction;
}