mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Avoid throwing when processing uploads
This commit is contained in:
parent
e82b06b5a7
commit
f90c72d53b
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ async function processGivenUserUploads(
|
|||
message: e.message,
|
||||
} as const;
|
||||
eventHandler(action);
|
||||
throw e;
|
||||
console.error(e);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue