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 2513807 commit fa442f1Copy full SHA for fa442f1
Greppable.p6
@@ -64,7 +64,7 @@ method process($msg) {
64
‘--perl-regexp’, ‘--line-number’,
65
‘--’, $msg);
66
67
- return ‘Sorry, can't do that’ if $result<exit-code> ≠ 0 & 1 || $result<signal> ≠ 0;
+ return ‘Sorry, can't do that’ if $result<exit-code> ≠ 0 | 1 or $result<signal> ≠ 0;
68
return ‘Found nothing!’ unless $result<output>;
69
‘’ but FileStore({ ‘result.md’ => $result<output>.lines.map(&process-line).join(“\n”)})
70
}
0 commit comments