Remove {.gcsafe.} from procutils.exec.
This commit is contained in:
@@ -47,7 +47,7 @@ proc exec*(command: string, workingDir: string = "",
|
||||
args: openArray[string] = [], env: StringTableRef = nil,
|
||||
options: set[ProcessOption] = {poUsePath},
|
||||
msgCB: HandleProcMsgCB = nil): int
|
||||
{.tags: [ExecIOEffect, ReadIOEffect, RootEffect], gcsafe.} =
|
||||
{.tags: [ExecIOEffect, ReadIOEffect, RootEffect].} =
|
||||
|
||||
var p = startProcess(command, workingDir, args, env, options)
|
||||
result = waitFor(p, msgCB, command)
|
||||
|
||||
Reference in New Issue
Block a user