Skip to content

Commit fa442f1

Browse files
committed
Oops №2
That was the wrong fix… this is the right one.
1 parent 2513807 commit fa442f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Greppable.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ method process($msg) {
6464
--perl-regexp, --line-number,
6565
--, $msg);
6666

67-
return Sorry, can't do that if $result<exit-code> ≠ 0 & 1 || $result<signal> ≠ 0;
67+
return Sorry, can't do that if $result<exit-code> ≠ 0 | 1 or $result<signal> ≠ 0;
6868
return Found nothing! unless $result<output>;
6969
but FileStore({ result.md => $result<output>.lines.map(&process-line).join(\n)})
7070
}

0 commit comments

Comments
 (0)