Skip to content

Commit

Permalink
0.3.6: absent nimbledirs are okay; fixes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Dec 17, 2019
1 parent 37bd5cd commit 589e8b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.3.5"
version = "0.3.6"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion src/nimph/config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ iterator pathSubsFor(config: ConfigRef; sub: string; conf: string): string =
else:
yield search
break found
raise newException(ValueError, "unable to compute $" & sub)
else:
yield config.pathSubs(&"${sub}", conf) / ""

Expand Down

0 comments on commit 589e8b3

Please sign in to comment.