Skip to content

Commit 97f7745

Browse files
committed
1 parent 7955726 commit 97f7745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// Import BUMP UTILS
2626
let bump
2727
if (devMode) bump = await import('./bump-utils.mjs')
28-
else {
28+
else { // import sparsely updated remote bump-utils.min.mjs
2929
fs.mkdirSync(path.dirname(cachePaths.bumpUtils), { recursive: true })
3030
fs.writeFileSync(cachePaths.bumpUtils, (await (await fetch(
3131
'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@latest/utils/bump/bump-utils.min.mjs')).text()

0 commit comments

Comments
 (0)