MOBILE-3981 core: Log database table instance
This commit is contained in:
parent
b95c67874f
commit
95e566a9c2
@ -47,7 +47,7 @@ export class CoreDebugDatabaseTable<
|
|||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
*/
|
*/
|
||||||
initialize(): Promise<void> {
|
initialize(): Promise<void> {
|
||||||
this.logger.log('initialize');
|
this.logger.log('initialize', this.target);
|
||||||
|
|
||||||
return this.target.initialize();
|
return this.target.initialize();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user