mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
kitty: ENOENT when image ID not found for placement
This commit is contained in:
@ -177,7 +177,7 @@ fn display(
|
||||
else
|
||||
storage.imageByNumber(d.image_number);
|
||||
const img = img_ orelse {
|
||||
result.message = "EINVAL: image not found";
|
||||
result.message = "ENOENT: image not found";
|
||||
return result;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user