mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 17:51:17 +10:00
feat: partial user platform support + statusMessage -> message
This commit is contained in:
@ -80,7 +80,7 @@ class ScreenshotManager {
|
||||
if (!saveStream)
|
||||
throw createError({
|
||||
statusCode: 500,
|
||||
statusMessage: "Failed to create writing stream to storage backend.",
|
||||
message: "Failed to create writing stream to storage backend.",
|
||||
});
|
||||
|
||||
// pipe into object store
|
||||
|
||||
Reference in New Issue
Block a user