Skip to content

Commit 564f6f7

Browse files
committed
Merged lines
1 parent 9c1e072 commit 564f6f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

utils/bump/resources.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
fs.writeFileSync(cache.paths.bumpUtils, (await (await fetch(
2222
'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@latest/utils/bump/bump-utils.min.mjs')).text()
2323
).replace(/^\/\*\*[\s\S]*?\*\/\s*/, '')) // strip JSD header minification comment
24-
const bump = await import(`file://${cache.paths.bumpUtils}`)
25-
fs.unlinkSync(cache.paths.bumpUtils)
24+
const bump = await import(`file://${cache.paths.bumpUtils}`) ; fs.unlinkSync(cache.paths.bumpUtils)
2625

2726
// Init REGEX
2827
const regEx = {

0 commit comments

Comments
 (0)