mirror of
https://github.com/strapi/strapi.git
synced 2025-08-17 13:16:08 +00:00
Reject with errors in reorder-admin-translation-files.js
This commit is contained in:
parent
39c02e9723
commit
487388fb11
@ -26,7 +26,7 @@ const cleanFile = async filePath => {
|
||||
|
||||
return Promise.resolve();
|
||||
} catch (err) {
|
||||
return Promise.reject();
|
||||
return Promise.reject(err);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user