Fixed getPkgDir

This commit is contained in:
Yuriy Glukhov 2018-05-31 14:59:35 +03:00
commit 5fcd7e5965
3 changed files with 9 additions and 2 deletions

View file

@ -27,7 +27,7 @@ task repeated, "Testing `nimble c nimscript.nim` with repeated flags":
setCommand "c", "nimscript.nim"
task api, "Testing nimscriptapi module functionality":
echo(getPkgDir())
echo("PKG_DIR: ", getPkgDir())
before hooks:
echo("First")