Skip to content

Commit d27ad09

Browse files
committed
wip: resolve stacks
1 parent 8d038ce commit d27ad09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/error/PathResolver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export class PathResolver implements SourceLocationResolver {
1515
readonly resolved: string
1616

1717
resolve(loc: SourceLocation) {
18-
console.log({...loc, ...this})
1918
if (loc.file?.startsWith(this.path)) {
2019
return { ...loc,
2120
file: this.resolved + loc.file.substring(this.path.length),

0 commit comments

Comments
 (0)