fix another issue
This commit is contained in:
@ -9,7 +9,7 @@ let doAnimation:boolean = true;
|
||||
let doText:boolean = false;
|
||||
if(process.argv.indexOf("-v") != -1 || process.env.CI){
|
||||
doAnimation = false;
|
||||
} else if(process.argv.indexOf("-v") != -1){
|
||||
} else if(process.argv.indexOf("-v") == -1){
|
||||
doText = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user