diff --git a/src/nimblepkg/nimscriptsupport.nim b/src/nimblepkg/nimscriptsupport.nim index 4b5ce03..143b17b 100644 --- a/src/nimblepkg/nimscriptsupport.nim +++ b/src/nimblepkg/nimscriptsupport.nim @@ -269,6 +269,8 @@ proc cleanup() = compiler_options.command = "" when declared(resetAllModulesHard): resetAllModulesHard() + else: + resetSystemArtifacts() clearPasses() msgs.gErrorMax = 1 msgs.writeLnHook = nil