mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
more debugging
This commit is contained in:
parent
e4b688a2c3
commit
14d591caa1
4 changed files with 24 additions and 4 deletions
|
@ -967,7 +967,7 @@ class Utils {
|
|||
throw new TypeError("Browser environment cannot support readFileSync");
|
||||
}
|
||||
|
||||
return Buffer.from(file).buffer;
|
||||
return Buffer.from(file.data).buffer;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue