diff options
Diffstat (limited to 'stdlib/source/library/lux/world/file/watch.lux')
-rw-r--r-- | stdlib/source/library/lux/world/file/watch.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/world/file/watch.lux b/stdlib/source/library/lux/world/file/watch.lux index 65a75d232..8b100638b 100644 --- a/stdlib/source/library/lux/world/file/watch.lux +++ b/stdlib/source/library/lux/world/file/watch.lux @@ -95,7 +95,7 @@ (template [<name>] [(exception: .public (<name> [path //.Path]) (exception.report - ["Path" (%.text path)]))] + "Path" (%.text path)))] [not_being_watched] [cannot_poll_a_non_existent_directory] |