Skip to content

Commit

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

0 comments on commit 88963ff

Please sign in to comment.