1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-06-15 00:05:28 +02:00

Adding benchmark to release code

This commit is contained in:
Patrik J. Braun
2020-12-30 21:13:19 +01:00
parent 03789ecaf8
commit 0a8af49752
13 changed files with 517 additions and 190 deletions

View File

@ -106,6 +106,7 @@ export class SQLConnection {
this.connection = null;
}
} catch (err) {
console.error('Error during closing sql db:');
console.error(err);
}
}