Displaying full path to pls.yml
h3rald h3rald@h3rald.com
Mon, 11 Oct 2021 09:42:20 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/pls.nim
→
src/pls.nim
@@ -294,7 +294,7 @@
try: CONFIG_FILE.parseConfig() except: - echo "(!) Unable to parse pls.yml file: $1" % getCurrentExceptionMsg() + echo "(!) Unable to parse $1: $2" % [CONFIG_FILE, getCurrentExceptionMsg()] quit(1) if ARGS.len < 1: