diff options
Diffstat (limited to 'src/logger.ts')
-rw-r--r-- | src/logger.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logger.ts b/src/logger.ts index 4bdac162a..6634c5092 100644 --- a/src/logger.ts +++ b/src/logger.ts @@ -1,4 +1,4 @@ -import type { CompileError } from './compiler/utils/error.js'; +import type { CompileError } from './parser/utils/error.js'; import { bold, blue, red, grey, underline } from 'kleur/colors'; import { Writable } from 'stream'; import { format as utilFormat } from 'util'; |