Skip to content

Commit

Permalink
Update build/css.js
Browse files Browse the repository at this point in the history
Co-authored-by: James George <jamesgeorge998001@gmail.com>
  • Loading branch information
trusktr and jamesgeorge007 committed Jun 13, 2020
1 parent 8f3f263 commit 146e4c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ fs.readdir(path.join(__dirname, '../src/themes'), (err, files) => {
if (code !== 0) {
console.error(message);
process.exit(code)
} else {
console.log(message);
}
console.log(message);
});
} else {
return
}

})
})
})

0 comments on commit 146e4c4

Please sign in to comment.