Merge pull request #4460 from ethereum/yann300-patch-55

typo
pull/5370/head
yann300 10 months ago committed by GitHub
commit 0ce3583dfe
  1. 4
      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)
}
})()
})()

Loading…
Cancel
Save