Compare commits
3 commits
master
...
araq-make-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f5a5c6760 | ||
|
|
baaf9eb255 | ||
|
|
3efc9db0bd |
1 changed files with 4 additions and 1 deletions
|
|
@ -1110,7 +1110,10 @@ when isMainModule:
|
||||||
except NimbleQuit:
|
except NimbleQuit:
|
||||||
discard
|
discard
|
||||||
finally:
|
finally:
|
||||||
|
try:
|
||||||
removeDir(getNimbleTempDir())
|
removeDir(getNimbleTempDir())
|
||||||
|
except OSerror:
|
||||||
|
discard "failing to remove the nimble temp dir is not critical"
|
||||||
|
|
||||||
if error.len > 0:
|
if error.len > 0:
|
||||||
displayTip()
|
displayTip()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue