Improve display of KCL backtrace (#7582)
* Improve display of KCL backtrace * Fix circular dep
This commit is contained in:
@ -12,7 +12,7 @@ import type { EngineCommand, ResponseMap } from '@src/lang/std/artifactGraph'
|
||||
import type { CommandLog } from '@src/lang/std/commandLog'
|
||||
import { CommandLogType } from '@src/lang/std/commandLog'
|
||||
import type { SourceRange } from '@src/lang/wasm'
|
||||
import { defaultSourceRange } from '@src/lang/wasm'
|
||||
import { defaultSourceRange } from '@src/lang/sourceRange'
|
||||
import { EXECUTE_AST_INTERRUPT_ERROR_MESSAGE } from '@src/lib/constants'
|
||||
import { markOnce } from '@src/lib/performance'
|
||||
import type RustContext from '@src/lib/rustContext'
|
||||
|
Reference in New Issue
Block a user