mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Handle code quality comments
This commit is contained in:
parent
fa94784130
commit
d86246a71d
3 changed files with 7 additions and 5 deletions
|
|
@ -64,7 +64,9 @@ if (tool) {
|
|||
} else if (command === "setup") {
|
||||
setup();
|
||||
} else if (command === "--ultimate") {
|
||||
installUltimate();
|
||||
(async () => {
|
||||
await installUltimate();
|
||||
})();
|
||||
} else if (command === "teardown") {
|
||||
teardownDirectories();
|
||||
teardown();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue