We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0daf0 commit 84c33abCopy full SHA for 84c33ab
2 files changed
web/index.html
@@ -2031,7 +2031,7 @@ <h3 class="font-bold text-gray-900 mb-1 uppercase text-xs tracking-wider">MIT Li
2031
downloadUrl(URL.createObjectURL(blob), outName);
2032
} catch (e) {
2033
console.error(e);
2034
- alert("SVG Export failed.");
+ alert("SVG Export failed: " + e.message);
2035
} finally {
2036
ui.btnOptSvg.innerHTML = ogHTML;
2037
ui.btnOptSvg.disabled = false;
web/sw.js
@@ -1,4 +1,4 @@
1
-const CACHE_NAME = 'boox-optimizer-v56';
+const CACHE_NAME = 'boox-optimizer-v57';
2
3
const APP_SHELL = [
4
'./',
0 commit comments