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 3e30a7c commit eff3960Copy full SHA for eff3960
src/harness/fourslash.ts
@@ -1417,7 +1417,7 @@ Actual: ${stringify(fullActual)}`);
1417
}
1418
1419
public baselineCurrentFileBreakpointLocations() {
1420
- const baselineFile = this.getBaselineFileName().replace(this.basePath + "/breakpointValidation", "bpSpan");
+ const baselineFile = this.getBaselineFileName().replace("breakpointValidation", "bpSpan");
1421
Harness.Baseline.runBaseline(baselineFile, this.baselineCurrentFileLocations(pos => this.getBreakpointStatementLocation(pos)!));
1422
1423
0 commit comments