Resolve upload errors.
This commit is contained in:
@@ -249,9 +249,12 @@ function* uploadToLocalMediaServer(photos, bodyshop, jobid) {
|
||||
}
|
||||
} catch (error) {
|
||||
console.log("Error uploading documents:", error.message, JSON.stringify(error, null, 2));
|
||||
throw error;
|
||||
|
||||
}
|
||||
} catch (error) {
|
||||
console.log("Uncaught error", error);
|
||||
throw error;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user