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