Skip to content

Commit

Permalink
test sshConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
aldousalvarez committed Dec 6, 2024
1 parent d0b9d23 commit b868a86
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ 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");
throw new Error(
"Cannot instantiate Fabric connector without SSH configs",
);
}
if (this.sshDebugOn) {
this.sshConfig = this.enableSshDebugLogs(this.sshConfig);
Expand Down

0 comments on commit b868a86

Please sign in to comment.