Skip to content

Commit de7bdce

Browse files
committed
fix import path for debugger
1 parent 16cb083 commit de7bdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility/debug/to-debug-string.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type {
77
Expr_CreateList,
88
Expr_CreateStruct,
99
Expr_Comprehension,
10-
} from "../external/proto/dev/cel/expr/syntax_pb.ts";
10+
} from "../../external/proto/dev/cel/expr/syntax_pb.ts";
1111

1212
import type { Message } from "@bufbuild/protobuf";
1313

0 commit comments

Comments
 (0)