track?.@_currentExplodedTrackIndex is invalid JS syntax — @ is not a valid identifier character. Replaced with track?.['@_currentExplodedTrackIndex'] so the worker process no longer crashes on startup. |
||
|---|---|---|
| .. | ||
| db | ||
| edl | ||
| ffmpeg | ||
| s3 | ||
| workers | ||
| index.js | ||
track?.@_currentExplodedTrackIndex is invalid JS syntax — @ is not a valid identifier character. Replaced with track?.['@_currentExplodedTrackIndex'] so the worker process no longer crashes on startup. |
||
|---|---|---|
| .. | ||
| db | ||
| edl | ||
| ffmpeg | ||
| s3 | ||
| workers | ||
| index.js | ||