FU: Use schema validation for query parameters
...much better. (Also I remembered why I threw away groff stderr; it's pretty useless)
This commit is contained in:
parent
682321d1be
commit
c16fe86e7a
2 changed files with 7 additions and 12 deletions
|
|
@ -60,7 +60,7 @@ sub fmt($input) {
|
|||
if ($poll->events($err)) {
|
||||
my $r = sysread $err, my $buf, 16*1024;
|
||||
$poll->remove($err) if $r == 0;
|
||||
warn "GROFF: $buf\n" if $r > 0;
|
||||
#warn "GROFF: $buf\n" if $r > 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue