mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-11 01:43:07 +00:00
make onoutputline callback gcsafe
This commit is contained in:
parent
aea6c99a69
commit
9b0eca0815
@ -25,7 +25,7 @@ type HardhatProcess* = ref object of NodeProcess
|
||||
logFile: ?IoHandle
|
||||
|
||||
type
|
||||
OnOutputLineCaptured = proc(line: string) {.raises: [].}
|
||||
OnOutputLineCaptured = proc(line: string) {.gcsafe, raises: [].}
|
||||
HardhatProcess* = ref object of NodeProcess
|
||||
logFile: ?IoHandle
|
||||
onOutputLine: OnOutputLineCaptured
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user