mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
all: add space after catch
This commit is contained in:
@ -114,7 +114,7 @@ export default class LibAVWrapper {
|
||||
if (name === 'progress.txt') {
|
||||
try {
|
||||
return this.#emitProgress(data);
|
||||
} catch(e) {
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
} else if (name !== outputName) return;
|
||||
@ -230,4 +230,4 @@ export default class LibAVWrapper {
|
||||
|
||||
this.onProgress(progress);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user