trunk
trunk copied to clipboard
error from HTML pipeline, no such file or directory
If you take the Yew example, move index.html to src/index.html and then change target = "index.html" to target = "src/index.html" it gives you this confusing and unexpected error:
Mar 04 13:45:32.530 ERROR ❌ error
error from HTML pipeline
Caused by:
No such file or directory (os error 2)
Actually I think this is caused when you move the file while trunk is running in watch mode. Still, it could do something more obvious in this case, e.g. printing the file name.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.