Commit e81e35b1 authored by yann300's avatar yann300

return if no like / column

parent cfd41cb9
......@@ -81,6 +81,7 @@ export const DebuggerUI = ({ debuggerModule }) => {
})
debuggerInstance.event.register('newSourceLocation', async (lineColumnPos, rawLocation, generatedSources) => {
if (!lineColumnPos) return
const contracts = await fetchContractAndCompile(
currentReceipt.contractAddress || currentReceipt.to,
currentReceipt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment