Export FileMode (#20726)

This commit is contained in:
Antonis Geralis
2022-11-02 11:52:15 +02:00
committed by GitHub
parent 87f7f50553
commit 606aa45ec6

View File

@@ -98,6 +98,7 @@ import std/private/since
when defined(nimPreviewSlimSystem):
import std/syncio
export FileMode
proc newEIO(msg: string): owned(ref IOError) =
new(result)