diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-12-31 02:29:23 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-12-31 02:29:55 -0800 |
| commit | 0760d4fb6495c4aa4f74038457acede5063f514a (patch) | |
| tree | a147c0e449a952780ade2fff80d8a7bb66ad4909 /nomsu.moon | |
| parent | 06cded44aff81ef9ccfb1cd7af913cf4f8a7eeb5 (diff) | |
Fix for bug in nomsupath checking of input files.
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ run = -> if nomsu_name = f\match("^nomsu://(.*)") for nomsupath in package.nomsupath\gmatch("[^;]+") files = Files.list(nomsupath.."/"..nomsu_name) - continue unless files + break if files else files = Files.list(f) unless files and #files > 0 |
