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

typo
pull/4458/head
yann300 10 months ago committed by GitHub
commit 295f58776c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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