mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-23 13:25:42 +00:00
begin live server support
This commit is contained in:
parent
0c9ddb476a
commit
e4ae265184
368 changed files with 17756 additions and 7738 deletions
|
|
@ -26,7 +26,7 @@ async function run({
|
|||
try {
|
||||
await fs.stat(oggFile);
|
||||
continue; // .ogg already exists, skip
|
||||
} catch {}
|
||||
} catch { /* expected */ }
|
||||
}
|
||||
inputFiles.push(wavFile);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue