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
thrownewError('It looks like the project was packaged as a zip, but only the HTML file was provided. Open an issue including the URL where you got this file and we will manually unpackage it for you. This is a manual process for now.');
435
+
}
436
+
437
+
// Look for various hints that this is an export of the HTML after the project has loaded.
thrownewError('It looks like you saved the HTML after the project loads. This does not work as the project data is removed from the HTML as the project loads to save memory. Open an issue including the URL where you got this file and we will manually unpackage it for you. This is a manual process for now.');
445
+
}
446
+
428
447
thrownewError('Input was not a zip and we could not find project.');
0 commit comments