diff options
Diffstat (limited to 'lib/system/channels.nim')
-rw-r--r-- | lib/system/channels.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/channels.nim b/lib/system/channels.nim index 27293c2d4..27393a9c6 100644 --- a/lib/system/channels.nim +++ b/lib/system/channels.nim @@ -21,7 +21,7 @@ ## **Note:** Channels cannot be passed between threads. Use globals or pass ## them by `ptr`. -when not declared(NimString): +when not declared(ThisIsSystem): {.error: "You must not import this module explicitly".} type |