File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ along as L<Str|/type/Str>.
75
75
say "Got output '$str' from the external program";
76
76
});
77
77
my $promise = $proc.start;
78
- await $promise;
78
+ await $promise;
79
79
80
80
You must call C < stdout > before you call L < #method start > . Otherwise an
81
81
exception of class L < X::Proc::Async::TapBeforeSpawn|/type/X::Proc::Async::TapBeforeSpawn > is
@@ -102,7 +102,7 @@ along as L<Str|/type/Str>.
102
102
say "Got error '$str' from the external program";
103
103
});
104
104
my $promise = $proc.start;
105
- await $promise;
105
+ await $promise;
106
106
107
107
You must call C < stderr > before you call L < #method start > . Otherwise an
108
108
exception of class L < X::Proc::Async::TapBeforeSpawn|/type/X::Proc::Async::TapBeforeSpawn > is
You can’t perform that action at this time.
0 commit comments