Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connector fabric
Browse files Browse the repository at this point in the history
aldousalvarez committed Dec 6, 2024
1 parent c66a1c6 commit 5c7dbba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -312,7 +312,8 @@ export class PluginLedgerConnectorFabric
const sshConfigString = sshConfigBuffer.toString("utf-8");
this.sshConfig = JSON.parse(sshConfigString);
} else {
throw new Error("Cannot instantiate Fabric connector without SSH config");
this.sshConfig = {};
this.sshDebugOn = false;
}
if (this.sshDebugOn) {
this.sshConfig = this.enableSshDebugLogs(this.sshConfig);

0 comments on commit 5c7dbba

Please sign in to comment.