Skip to content

Commit

Permalink
ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
aldousalvarez committed Dec 6, 2024
1 parent d0b9d23 commit 4a86f78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ export class PluginLedgerConnectorFabric
const sshConfigString = sshConfigBuffer.toString("utf-8");
this.sshConfig = JSON.parse(sshConfigString);
} else {
console.log(this.opts.sshConfig);
throw new Error("Cannot instantiate Fabric connector without SSH config");
}
if (this.sshDebugOn) {
Expand Down

0 comments on commit 4a86f78

Please sign in to comment.