Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix wording of error message
at least I do not think "process" made sense here, when it is about handles/streams
  • Loading branch information
moritz committed Jan 25, 2015
1 parent 243c164 commit 403b0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Proc/Async.pm
Expand Up @@ -8,7 +8,7 @@ my class X::Proc::Async::TapBeforeSpawn is Exception {
my class X::Proc::Async::CharsOrBytes is Exception {
has $.handle;
method message() {
"Can only tap one of chars or bytes supply for process $!handle"
"Can only tap one of chars or bytes supply for $!handle"
}
}

Expand Down

0 comments on commit 403b0f0

Please sign in to comment.