f
This commit is contained in:
parent
7f4ceb7cfa
commit
31606fc3f3
|
@ -6,7 +6,7 @@ proc takeError*(): string =
|
|||
result = lastError.msg
|
||||
lastError = nil
|
||||
|
||||
proc checkError*(): bool =
|
||||
proc checkError*(): bool =
|
||||
result = lastError != nil
|
||||
|
||||
type
|
||||
|
|
Loading…
Reference in a new issue