flattentree
filip mertens 11 months ago
parent 92d230a0c0
commit 00b6f6c8dd
  1. 2
      apps/remix-ide/src/app/plugins/parser/services/code-parser-compiler.ts

@ -225,7 +225,7 @@ export default class CodeParserCompiler {
}
for (const fileName of filesWithOutErrors) {
const fileTarget = await this.plugin.call('fileManager', 'getPathFromUrl', fileName)
await this.plugin.call('fileDecorator', 'clearFileDecorators', fileTarget.file)
await this.plugin.call('fileDecorator', 'clearFileDecorators', fileTarget.file)
}
if(decorators.length > 0)
await this.plugin.call('fileDecorator', 'setFileDecorators', decorators)

Loading…
Cancel
Save