We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0341304 commit c5808d7Copy full SHA for c5808d7
lib/Synergy/Reactor/Preferences.pm
@@ -173,7 +173,7 @@ sub handle_dump ($self, $event) {
173
174
sub _error_no_prefs ($self, $event, $component) {
175
$event->mark_handled;
176
- $event->reply("<$component> does not appear to have preferences");
+ $event->error_reply("<$component> does not appear to have preferences");
177
}
178
179
sub handle_list ($self, $event) {
0 commit comments