all repos — pls @ e73491ec775512c0582c8ef563a865ccd59cfd75

A polite but determined task runner.

Displaying full path to pls.yml
h3rald h3rald@h3rald.com
Mon, 11 Oct 2021 09:42:20 +0200
commit

e73491ec775512c0582c8ef563a865ccd59cfd75

parent

7e041eb33d47443da4a4ec34dadf6c1c5194aa48

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/pls.nimsrc/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: