error message

This commit is contained in:
An Orbit 2024-01-30 16:48:37 -05:00 committed by GitHub
parent 7599e10bec
commit 31c9d037fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45269,7 +45269,7 @@ maxPixels (default 1000): Maximum amount of pixels/changes (if xSpacing and ySpa
//END ## //END ##
} catch (error) { } catch (error) {
alert(`Load failed (try reloading)\nError: ${error.stack}`); alert(`Load failed (try reloading).\nThis is likely a sporadic failure caused by inconsistencies in how mods are loaded, and will likely fix itself in a refresh or two. If it persists, then it's an issue.\nError: ${error.stack}`);
console.error(error) console.error(error)
}; };
} else { } else {