fix opening generated file in the editor

pull/5370/head
yann300 4 years ago
parent a6e64b0f5c
commit f24f5b51f7
  1. 2
      apps/remix-ide/src/app/tabs/debugger/debuggerUI.js

@ -105,7 +105,7 @@ class DebuggerUI {
// check in generated sources
for (const source of generatedSources) {
if (source.id === rawLocation.file) {
path = `.debugger/generated-sources/${source.name}`
path = `browser/.debugger/generated-sources/${source.name}`
let content
try {
content = await this.debuggerModule.call('fileManager', 'getFile', path, source.contents)

Loading…
Cancel
Save