Skip to content

Commit

Permalink
refactor: exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jun 20, 2023
1 parent 317e782 commit e2fd442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sshnp.dart
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class SSHNP {
}

if(!(await atSignIsActivated(atClient, sshnpdAtSign))) {
throw ('sshnpd atSign $sshnpdAtSign does not exist');
throw ('sshnpd atSign $sshnpdAtSign is not activated.');
}

logger.info('Subscribing to notifications on $sessionId.$nameSpace@');
Expand Down

0 comments on commit e2fd442

Please sign in to comment.