sql: Throw conventionally...

This commit is contained in:
Tau
2021-02-03 23:43:38 +00:00
committed by Tau
parent 2eb3a18b35
commit cc2b816c3c
+1 -1
View File
@@ -135,7 +135,7 @@ class SqliteDataSource implements DataSource {
} catch (e) {
db.exec("rollback");
return Promise.reject(e);
throw e;
} finally {
db.close();
}