mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Modified bzip2 library export to use ES6 syntax. Fixes #382.
This commit is contained in:
parent
d6c6981bc0
commit
0c6efd95fa
2
src/core/vendor/bzip2.js
vendored
2
src/core/vendor/bzip2.js
vendored
@ -262,4 +262,4 @@ bzip2.decompress = function(bits, size, len){
|
||||
return output;
|
||||
}
|
||||
|
||||
module.exports = bzip2;
|
||||
export default bzip2;
|
||||
|
@ -67,6 +67,7 @@ class BackgroundWorkerWaiter {
|
||||
log.debug("Background ChefWorker loaded");
|
||||
break;
|
||||
case "optionUpdate":
|
||||
case "statusMessage":
|
||||
// Ignore these messages
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user