Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Dec 31, 2024
1 parent 4cbee12 commit e5193ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s3.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ pub const MultiPartUpload = struct {
}
};
pub fn createNotFoundError(globalThis: *JSC.JSGlobalObject, path: []const u8) JSC.JSValue {
//TODO: cache the structure of the error
//TODO: remove this function .not_found should return the proper S3Error
const js_err = globalThis
.createErrorInstance("File {} not found", .{bun.fmt.quote(path)}).toJS(globalThis);
// make it consistent with S3 services
Expand Down

0 comments on commit e5193ed

Please sign in to comment.