Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit d0242fb

Browse files
committed
Fix project directory root (#5493)
1 parent 932f04c commit d0242fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/prefs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const prefs = new PrefsHelper("devtools", {
7272
fileSearchWholeWord: ["Bool", "debugger.file-search-whole-word"],
7373
fileSearchRegexMatch: ["Bool", "debugger.file-search-regex-match"],
7474
debuggerPrefsSchemaVersion: ["Char", "debugger.prefs-schema-version"],
75-
projectDirectoryRoot: ["Char", "project-directory-root", ""]
75+
projectDirectoryRoot: ["Char", "debugger.project-directory-root", ""]
7676
});
7777

7878
export const features = new PrefsHelper("devtools.debugger.features", {

0 commit comments

Comments
 (0)