Skip to content

Commit

Permalink
update updater
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Jan 8, 2025
1 parent d62068e commit 8d607f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/update-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ async function _overrideNativeFiles() {
const source = path.join(rootDir, relativePath)
const dest = source.replace(path.sep + "temp" + path.sep, path.sep)

console.log(dest)

await fs.promises.mkdir(path.dirname(dest), { recursive: true })

await fs.promises.copyFile(source, dest)
Expand Down

0 comments on commit 8d607f8

Please sign in to comment.