wauterboi
wauterboi
@Rogal80, Your code was added to the img2img section, which does indeed fix img2img. What about txt2img?
You added these changes to the img2img code, not the txt2img code
It appears reverting to commit 2358931f57f1faee4196d87dd5323473948890dc fixes it.
I did some more digging and found out that if you have the files: ``` ./a/a1.ts ./a/b/b1.ts ``` It will compile to: ``` ./a1.js ./b/b1.js ``` However, if you have:...
### Temporary workaround Create a helper Moonscript file containing: ```moon package.moonpath = string.gsub package.path, '%.lua', '.moon' ``` Use `--helper` to point to the helper script.