Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Proc::Async: make $!started public
  • Loading branch information
moritz committed Jan 25, 2015
1 parent 00c3fae commit 225cf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Proc/Async.pm
Expand Up @@ -39,7 +39,7 @@ my class Proc::Async {
has $.path;
has @.args;
has $.w;
has Bool $!started;
has Bool $.started = False;
has $!stdout_supply;
has CharsOrBytes $!stdout_type;
has $!stderr_supply;
Expand Down

0 comments on commit 225cf21

Please sign in to comment.