mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed Ghost boot errors being masked
- This was a total derp on my side, wanted to change the error message, not remove the error
This commit is contained in:
parent
56a8d21263
commit
dabf143cae
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ const getAdminAPIAgent = async () => {
|
|||
});
|
||||
} catch (error) {
|
||||
error.message = `Unable to create test agent. ${error.message}`;
|
||||
throw error;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue