diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-23 15:25:27 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-23 15:25:31 -0800 |
| commit | ac8089dd582769a90a31b782a9d9e8106e93f5ff (patch) | |
| tree | 263bd424f6bbffc0011e1cb5461feafd60e18ec1 /nomsu.moon | |
| parent | 376dd652786b39c8b599cef4789ae8763ed92ae5 (diff) | |
Fixed typo.
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -915,7 +915,7 @@ class NomsuCompiler expr: repr(nomsu\source_code(nomsu\tree_to_value(_level))) @define_action "run file %filename", "nomsu.moon", (_filename)-> - nomus\run_file(_filename) + nomsu\run_file(_filename) @define_compile_action "use %filename", "nomsu.moon", (_filename)-> filename = nomsu\tree_to_value(_filename) |
