Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed May 10, 2024
1 parent d8be553 commit 58d1170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eo2js/src/commands/transpile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ const makeDirIfNotExist = function(dir) {
try {
fs.mkdirSync(dir, {recursive: true})
} catch (err) {
console.log(err)
console.log(err.code)
console.log(err.message)
if (err.code !== 'EEXIST') {
throw err
}
Expand Down

0 comments on commit 58d1170

Please sign in to comment.