You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect this is probably caused by muddler writing directly into .output. This truncates the file, which Mudlets reacts on, before adding the new content.
To make this process atomic, create a new temporary file somewhere in the same directory (or at least filesystem), then rename the temp file into .output, overwriting the original.
The text was updated successfully, but these errors were encountered:
When rebuilding a project that's open in Mudlet, Mudlet shows this error message:
I suspect this is probably caused by muddler writing directly into .output. This truncates the file, which Mudlets reacts on, before adding the new content.
To make this process atomic, create a new temporary file somewhere in the same directory (or at least filesystem), then rename the temp file into .output, overwriting the original.
The text was updated successfully, but these errors were encountered: