mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-12-21 20:50:45 -06:00
fix: update outdated message about TSM_DIRS
This commit is contained in:
parent
abcb1ee301
commit
516d5ae814
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ proc findProjects*(open: bool = false): seq[Project] =
|
||||||
result = sessions.toSeq().mapIt(newUnknownProject(it)) & result
|
result = sessions.toSeq().mapIt(newUnknownProject(it)) & result
|
||||||
|
|
||||||
if len(result) == 0:
|
if len(result) == 0:
|
||||||
termError "nothing to select, check your [yellow]$TSM_DIRS"
|
termError "nothing to select, check your [yellow]$TSM_PATHS"
|
||||||
termEcho "searched these directories: "
|
termEcho "searched these directories: "
|
||||||
echo getTsmDirs().mapIt(" " & it).join("\n")
|
echo getTsmDirs().mapIt(" " & it).join("\n")
|
||||||
quit QuitFailure
|
quit QuitFailure
|
||||||
|
|
Loading…
Reference in a new issue