Skip to content

Commit 483b48a

Browse files
authored
fix: openInEditor types (#87)
1 parent fa3df1c commit 483b48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface VueInspectorClient {
2323
enable: () => void
2424
disable: () => void
2525
toggleEnabled: () => void
26-
openInEditor: (baseUrl: string, file: string, line: number, column: number) => void
26+
openInEditor: (url: URL) => void
2727
onUpdated: () => void
2828
}
2929

0 commit comments

Comments
 (0)