Skip to content

Commit

Permalink
fix: assets not synchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Oct 15, 2017
1 parent 2a2982a commit c7ab92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cms/templates/assets.js
Expand Up @@ -21,7 +21,7 @@ export function copy() {
}

try {
dirSource = fse.lstatSync(source)
const dirSource = fse.lstatSync(source)
if (!dirSource.isDirectory() && !dirSource.isSymbolicLink()) {
source = null
}
Expand Down

0 comments on commit c7ab92a

Please sign in to comment.