mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Housekeeping & Make ESLint Happy
This commit is contained in:
@@ -546,7 +546,7 @@ export class FileOutput {
|
||||
childSpan.traceChildSync('write to strategies', () => this.writeToStrategies());
|
||||
|
||||
return childSpan.traceChildAsync('output to disk', (childSpan) => {
|
||||
const promises: Array<Promise<void> | void> = [];
|
||||
const promises: Array<Promise<void>> = [];
|
||||
|
||||
const descriptions = nullthrow(this.description, 'Missing description');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user