mirror of
https://github.com/gchq/CyberChef
synced 2025-03-13 21:36:56 +00:00
Update DishWorker.mjs
Fix possible browser freeze
This commit is contained in:
parent
1bc88728f0
commit
59372a5f17
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ async function bufferToStr(data) {
|
|||
try {
|
||||
str = cptable.utils.decode(data.encoding, new Uint8Array(data.buffer));
|
||||
} catch (err) {
|
||||
str = err;
|
||||
str = err.message;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue