Changed the warning log (#195)

Since our execution is not exactly async, hence the corresponding change in
the log message is more suitable log.

close 194
This commit is contained in:
Raounak Sharma
2018-03-10 03:44:03 +05:30
committed by Jeffrey Warren
parent 96143564fa
commit efd5bf7624
+1 -1
View File
@@ -57,7 +57,7 @@ sequencer.setUI({
// Finally, if everything is alright, load the image, add the steps and run the sequencer.
sequencer.loadImages(program.image,function(){
console.warn('\x1b[33m%s\x1b[0m', "The execution will be async\nYou may not see the output for a few seconds or minutes")
console.warn('\x1b[33m%s\x1b[0m', "Please wait \n output directory generated will be empty until the execution is complete")
//Generate the Output Directory
require('./src/CliUtils').makedir(program.output,()=>{