diff options
Diffstat (limited to 'alv/module.moon')
| -rw-r--r-- | alv/module.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/module.moon b/alv/module.moon index 7179ab6..0e95593 100644 --- a/alv/module.moon +++ b/alv/module.moon @@ -34,7 +34,7 @@ class Module -- @treturn bool whether the file was changed since the last call poll: => { :mode, :modification } = (lfs.attributes @file) or {} - assert mode == 'file', Error 'io', "not a file: '#{file}'" + assert mode == 'file', Error 'io', "not a file: '#{@file}'" modification --- start an evaluation cycle. |
