diff --git a/tests/integration/hardhatprocess.nim b/tests/integration/hardhatprocess.nim index df54c112..7bbe3935 100644 --- a/tests/integration/hardhatprocess.nim +++ b/tests/integration/hardhatprocess.nim @@ -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