From 00b6f6c8dd175bd1bd837f8b2fd88f7ba5ec1260 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 3 Jan 2024 07:52:20 +0100 Subject: [PATCH] lint --- .../src/app/plugins/parser/services/code-parser-compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/plugins/parser/services/code-parser-compiler.ts b/apps/remix-ide/src/app/plugins/parser/services/code-parser-compiler.ts index 5974c0b6b9..2bfd3dc4ba 100644 --- a/apps/remix-ide/src/app/plugins/parser/services/code-parser-compiler.ts +++ b/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)