From def79f104999710953124c77241c95a7726791f0 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 30 Oct 2021 14:36:39 +0200 Subject: chore(web): move logger to utils/ --- language-web/src/main/js/xtext/ValidationService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'language-web/src/main/js/xtext/ValidationService.ts') diff --git a/language-web/src/main/js/xtext/ValidationService.ts b/language-web/src/main/js/xtext/ValidationService.ts index 838aa31e..163b5535 100644 --- a/language-web/src/main/js/xtext/ValidationService.ts +++ b/language-web/src/main/js/xtext/ValidationService.ts @@ -1,8 +1,8 @@ import type { Diagnostic } from '@codemirror/lint'; import type { EditorStore } from '../editor/EditorStore'; -import { getLogger } from '../logging'; import type { UpdateService } from './UpdateService'; +import { getLogger } from '../utils/logger'; import { isValidationResult } from './xtextServiceResults'; const log = getLogger('xtext.ValidationService'); -- cgit v1.2.3-54-g00ecf