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