Skip to content

Commit

Permalink
fix slash
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Sep 17, 2024
1 parent 5cb83cc commit 9be5d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ function buildExtension(hook) {

const result = bundler.bundle();

if (!fs.existsSync(cwd + 'build/assets/lib')) {
fs.mkdirSync(cwd + 'build/assets/lib', {recursive: true});
if (!fs.existsSync(cwd + '/build/assets/lib')) {
fs.mkdirSync(cwd + '/build/assets/lib', {recursive: true});
}

// @todo Minify.
Expand Down

0 comments on commit 9be5d4f

Please sign in to comment.