Skip to content

Commit

Permalink
fix: mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanjassal committed Oct 29, 2024
1 parent 124f780 commit 174337a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secrets/CommandMkdir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class CommandMkdir extends CommandPolykey {
);
}
process.stderr.write(
`mkdir: cannot create directory ${error.reason}: ${message}\n`,
`${error.code}: cannot create directory ${error.reason}: ${message}\n`,
);
}
}
Expand Down

0 comments on commit 174337a

Please sign in to comment.