diff options
author | Antonis Geralis <43617260+planetis-m@users.noreply.github.com> | 2022-11-02 11:52:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 10:52:15 +0100 |
commit | 606aa45ec6da3169cd3956d89d6f4eea23ad6419 (patch) | |
tree | 6e920dfd0a73dc30c90768dc636a1c9167af3e83 /lib/pure | |
parent | 87f7f505534baaa2410acfb976181c25628410a7 (diff) | |
download | Nim-606aa45ec6da3169cd3956d89d6f4eea23ad6419.tar.gz |
Export FileMode (#20726)
Diffstat (limited to 'lib/pure')
-rw-r--r-- | lib/pure/streams.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pure/streams.nim b/lib/pure/streams.nim index 7ebae3e09..945e85934 100644 --- a/lib/pure/streams.nim +++ b/lib/pure/streams.nim @@ -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) |