Fix terminal in web, and update translations and prep for release.
This commit is contained in:
@@ -825,11 +825,9 @@ app.post("/ssh/file_manager/ssh/uploadFile", async (req, res) => {
|
||||
streamErr,
|
||||
);
|
||||
if (!res.headersSent) {
|
||||
res
|
||||
.status(500)
|
||||
.json({
|
||||
error: `Chunked upload stream error: ${streamErr.message}`,
|
||||
});
|
||||
res.status(500).json({
|
||||
error: `Chunked upload stream error: ${streamErr.message}`,
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user