mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Allow magic in node api
This commit is contained in:
parent
616b38c6fb
commit
939208903a
3 changed files with 78 additions and 1 deletions
|
@ -152,7 +152,7 @@ class TestRegister {
|
|||
result.status = "passing";
|
||||
} catch (e) {
|
||||
result.status = "erroring";
|
||||
result.output = e.message;
|
||||
result.output = `${e.message}\nError: ${e.stack}`;
|
||||
}
|
||||
|
||||
testResults.push(result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue