This commit is contained in:
boufni95 2025-03-31 17:44:37 +00:00
parent 0cd8137d2c
commit 4dffaeeb09

View file

@ -12,7 +12,7 @@ export type TlvStorageInterface = {
export class TlvStorageFactory extends EventEmitter {
private process: ChildProcess;
private isConnected: boolean = false;
private debug: boolean = false;
private debug: boolean = true;
constructor() {
super();