Skip to content

Commit

Permalink
connector fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
aldousalvarez committed Dec 6, 2024
1 parent c66a1c6 commit 4cf0fe0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4cf0fe0

Please sign in to comment.