NimbleError is now captured in debug mode as well as release mode.
This commit is contained in:
parent
c16c0b8864
commit
60aa57be24
2 changed files with 18 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ when not defined(nimscript):
|
|||
import sets
|
||||
|
||||
import version
|
||||
export version.NimbleError
|
||||
export version.NimbleError # TODO: Surely there is a better way?
|
||||
|
||||
type
|
||||
BuildFailed* = object of NimbleError
|
||||
|
|
@ -37,5 +37,8 @@ when not defined(nimscript):
|
|||
srcDir*: string
|
||||
backend*: string
|
||||
|
||||
## Same as quit(QuitSuccess), but allows cleanup.
|
||||
NimbleQuit* = ref object of Exception
|
||||
|
||||
const
|
||||
nimbleVersion* = "0.7.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue