We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28374f3 commit 9949817Copy full SHA for 9949817
src/packager/packager.js
@@ -1085,7 +1085,7 @@ cd "$(dirname "$0")"
1085
};
1086
xhr.onerror = () => {
1087
if (location.protocol === 'file:') {
1088
- reject(new Error('Zip environment must be used from a website, not from a file URL.'));
+ reject(new Error('Zip environment must be used on a website, not on a local file. To fix this error, use the "Plain HTML" environment instead.'));
1089
} else {
1090
reject(new Error('Request to load project data failed.'));
1091
}
0 commit comments