Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayasgalan committed Oct 16, 2024
1 parent bb70564 commit cda123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/src/backend/SSHService.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export class SSHService {

// Listen for data on the stream
stream.on("data", (data) => {
// Call the rpcReceivedData method to handle the received data
// Call the handleReceivedData method to handle the received data
this.handleReceivedData(data.length, forwardOptions.srcPort);
});
});
Expand Down

0 comments on commit cda123a

Please sign in to comment.