Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Oct 31, 2023
1 parent 24627b6 commit 48e06a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/fs/promises.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export async function mkdir (path, options = {}) {
throw new RangeError('mode must be a positive finite number.')
}

console.log({ mode, path, recursive })
const result = await ipc.request('fs.mkdir', { mode, path, recursive })

if (result.err) {
Expand Down

0 comments on commit 48e06a3

Please sign in to comment.