tuzig / capacitor-ssh-plugin

An ssh plugin for hybrid apps, supports both iOS and Android.
MIT License
1 stars 2 forks source link

Wrong key name in parameter of SSHPlugin.writeToChannel #15

Open DmitryPorotov opened 10 months ago

DmitryPorotov commented 10 months ago

The signature of writeToChannel should be writeToChannel(options: { channel: number, message: string }): Promise<void> not writeToChannel(options: { channel: number, s: string }): Promise<void>