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 9c1e072 commit 564f6f7Copy full SHA for 564f6f7
1 file changed
utils/bump/resources.js
@@ -21,8 +21,7 @@
21
fs.writeFileSync(cache.paths.bumpUtils, (await (await fetch(
22
'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@latest/utils/bump/bump-utils.min.mjs')).text()
23
).replace(/^\/\*\*[\s\S]*?\*\/\s*/, '')) // strip JSD header minification comment
24
- const bump = await import(`file://${cache.paths.bumpUtils}`)
25
- fs.unlinkSync(cache.paths.bumpUtils)
+ const bump = await import(`file://${cache.paths.bumpUtils}`) ; fs.unlinkSync(cache.paths.bumpUtils)
26
27
// Init REGEX
28
const regEx = {
0 commit comments