deb
This commit is contained in:
parent
0cd8137d2c
commit
4dffaeeb09
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue