pull/694/head
yann300 4 years ago
parent 662549cedb
commit 35b7dd3ec8
  1. 3
      libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx

@ -151,8 +151,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
offsetToLineColumnConverter: debuggerModule.offsetToLineColumnConverter,
compilationResult: async (address) => {
try {
const ret = await debuggerModule.fetchContractAndCompile(address, currentReceipt)
console.log('ok', ret)
const ret = await debuggerModule.fetchContractAndCompile(address, currentReceipt)
return ret
} catch (e) {
console.error(e)

Loading…
Cancel
Save