mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 16:19:26 +00:00
DatabaseConnectionPool should bubble errors up
This commit is contained in:
@@ -111,7 +111,7 @@ class DatabaseConnectionPool {
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
data = [];
|
||||
throw e;
|
||||
}
|
||||
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user