We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017077f commit acf7eabCopy full SHA for acf7eab
packages/puter-js-common/src/PosixError.js
@@ -89,6 +89,7 @@ class PosixError extends Error {
89
90
super(message ?? ErrorMetadata.get(posixCode).description);
91
this.posixCode = posixCode;
92
+ this.code = posixCode.description;
93
}
94
95
static fromNodeJSError(e) {
0 commit comments