Skip to content

Commit e6f32b7

Browse files
committed
fix: inspector path, closes #59
1 parent 407e1a0 commit e6f32b7

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
@@ -80,7 +80,7 @@ const toggleComboKeysMap = {
8080

8181
function getInspectorPath() {
8282
const pluginPath = normalizePath(path.dirname(fileURLToPath(import.meta.url)))
83-
return pluginPath.replace(/\/dist$/, '/\/src')
83+
return pluginPath.replace(/\/dist$/, '/src')
8484
}
8585

8686
export function normalizeComboKeyPrint(toggleComboKey: string) {

0 commit comments

Comments
 (0)