Skip to content

Commit 07b8732

Browse files
Use custom implementation of basename instead of path-browserify version
1 parent c5af8bd commit 07b8732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/results/result-tables.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
} from "./result-table-utils";
2828
import { vscode } from "../vscode-api";
2929
import { sendTelemetry } from "../common/telemetry";
30-
import { basename } from "path";
30+
import { basename } from "../../common/path";
3131

3232
/**
3333
* Properties for the `ResultTables` component.

0 commit comments

Comments
 (0)