fix: parse parallelization chunk arg, inline b64 for og image
This commit is contained in:
parent
a737207981
commit
e86544064c
4 changed files with 49 additions and 35 deletions
|
@ -35,7 +35,7 @@ export class QuartzLogger {
|
|||
const truncated = truncate(output, columns)
|
||||
process.stdout.write(truncated)
|
||||
this.spinnerIndex = (this.spinnerIndex + 1) % this.spinnerChars.length
|
||||
}, 20)
|
||||
}, 50)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue