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