Page MenuHomePhabricator

D10044.diff
No OneTemporary

D10044.diff

diff --git a/native/media/ffmpeg.js b/native/media/ffmpeg.js
--- a/native/media/ffmpeg.js
+++ b/native/media/ffmpeg.js
@@ -64,9 +64,9 @@
const toDefer = [],
toRun = [];
for (const command of this.queue) {
- const type: string = command.type;
+ const { type } = command;
if (openSlots[type]) {
- openSlots = { [type]: openSlots[type] - 1 };
+ openSlots = { [(type: string)]: openSlots[type] - 1 };
this.currentCalls[type]++;
toRun.push(command);
} else {

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 30, 1:29 PM (18 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2601117
Default Alt Text
D10044.diff (528 B)

Event Timeline