Closed UltCombo closed 10 years ago
Currently, copyResources resolves to a string which is simply discarded. I believe it should be a console.log(clc.info('Resources copied')); instead?
copyResources
console.log(clc.info('Resources copied'));
The same applies to parser.start
parser.start
Fixed in #60, those messages are logged to the console now.
Currently,
copyResources
resolves to a string which is simply discarded. I believe it should be aconsole.log(clc.info('Resources copied'));
instead?