mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-30 03:29:13 -04:00
Add OperationError error type and use for errors to be printed to the output panel
This commit is contained in:
parent
a8aa1bc5e8
commit
cc20ad9567
10 changed files with 82 additions and 69 deletions
5
.babelrc
5
.babelrc
|
@ -10,5 +10,10 @@
|
|||
"modules": false,
|
||||
"useBuiltIns": true
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
["babel-plugin-transform-builtin-extend", {
|
||||
"globals": ["Error"]
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue