Skip to content

Commit

Permalink
Changed the warning log (#195)
Browse files Browse the repository at this point in the history
Since our execution is not exactly async, hence the corresponding change in
the log message is more suitable log.

close 194
  • Loading branch information
Ronaq13 authored and jywarren committed Mar 9, 2018
1 parent 9614356 commit efd5bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,()=>{
Expand Down

0 comments on commit efd5bf7

Please sign in to comment.