Skip to content

Commit 84c33ab

Browse files
committed
Deploy missing file, bump
1 parent 6a0daf0 commit 84c33ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@ <h3 class="font-bold text-gray-900 mb-1 uppercase text-xs tracking-wider">MIT Li
20312031
downloadUrl(URL.createObjectURL(blob), outName);
20322032
} catch (e) {
20332033
console.error(e);
2034-
alert("SVG Export failed.");
2034+
alert("SVG Export failed: " + e.message);
20352035
} finally {
20362036
ui.btnOptSvg.innerHTML = ogHTML;
20372037
ui.btnOptSvg.disabled = false;

web/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'boox-optimizer-v56';
1+
const CACHE_NAME = 'boox-optimizer-v57';
22

33
const APP_SHELL = [
44
'./',

0 commit comments

Comments
 (0)