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 35620b8 commit 1672b34Copy full SHA for 1672b34
src/internal/config_function.go
@@ -82,7 +82,7 @@ func initialConfig(firstPanelPaths []string) (toggleDotFile bool, //nolint: nona
82
83
updateFirstFilePanelPaths(firstPanelPaths, cwd, zClient)
84
85
- slog.Debug("Directory configuration", "cwd", cwd, "start_directories", firstPanelPaths)
+ slog.Debug("Directory configuration", "cwd", cwd, "start_paths", firstPanelPaths)
86
printRuntimeInfo()
87
88
toggleDotFile = utils.ReadBoolFile(variable.ToggleDotFile, false)
0 commit comments