mirror of
https://github.com/publiclab/image-sequencer.git
synced 2026-06-16 04:33:26 +02:00
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:
committed by
Jeffrey Warren
parent
96143564fa
commit
efd5bf7624
@@ -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,()=>{
|
||||
|
||||
Reference in New Issue
Block a user