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 407e1a0 commit e6f32b7Copy full SHA for e6f32b7
packages/core/src/index.ts
@@ -80,7 +80,7 @@ const toggleComboKeysMap = {
80
81
function getInspectorPath() {
82
const pluginPath = normalizePath(path.dirname(fileURLToPath(import.meta.url)))
83
- return pluginPath.replace(/\/dist$/, '/\/src')
+ return pluginPath.replace(/\/dist$/, '/src')
84
}
85
86
export function normalizeComboKeyPrint(toggleComboKey: string) {
0 commit comments