pull/5370/head
filip mertens 1 year ago
parent fdc3bea895
commit ccf0b6de53
  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) { for (const fileName of filesWithOutErrors) {
const fileTarget = await this.plugin.call('fileManager', 'getPathFromUrl', fileName) 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) if(decorators.length > 0)
await this.plugin.call('fileDecorator', 'setFileDecorators', decorators) await this.plugin.call('fileDecorator', 'setFileDecorators', decorators)

Loading…
Cancel
Save