We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d038ce commit d27ad09Copy full SHA for d27ad09
src/error/PathResolver.ts
@@ -15,7 +15,6 @@ export class PathResolver implements SourceLocationResolver {
15
readonly resolved: string
16
17
resolve(loc: SourceLocation) {
18
- console.log({...loc, ...this})
19
if (loc.file?.startsWith(this.path)) {
20
return { ...loc,
21
file: this.resolved + loc.file.substring(this.path.length),
0 commit comments