diff --git a/libs/remix-ws-templates/src/templates/hashchecker/scripts/run_verification.ts b/libs/remix-ws-templates/src/templates/hashchecker/scripts/run_verification.ts index 834ddf1081..7f595f9fbc 100644 --- a/libs/remix-ws-templates/src/templates/hashchecker/scripts/run_verification.ts +++ b/libs/remix-ws-templates/src/templates/hashchecker/scripts/run_verification.ts @@ -7,7 +7,7 @@ const logger = { info: (...args) => console.log(...args), debug: (...args) => console.log(...args), error: (...args) => console.error(...args), -} +}; (async () => { try { @@ -60,4 +60,4 @@ const logger = { } catch (e) { console.error(e.message) } -})() \ No newline at end of file +})()