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 73ef783b9..d26778c03 100644 --- a/stdlib/source/library/lux/world/file/watch.lux +++ b/stdlib/source/library/lux/world/file/watch.lux @@ -93,7 +93,7 @@ poll))) (template [<name>] - [(exception: .public (<name> {path //.Path}) + [(exception: .public (<name> [path //.Path]) (exception.report ["Path" (%.text path)]))] |