This commit is contained in:
Ryan Oldenburg 2021-08-31 12:17:17 -05:00
parent 7f4ceb7cfa
commit 31606fc3f3

View file

@ -6,7 +6,7 @@ proc takeError*(): string =
result = lastError.msg
lastError = nil
proc checkError*(): bool =
proc checkError*(): bool =
result = lastError != nil
type