Skip to content

Commit 5c7eba6

Browse files
committed
custom status
1 parent 6cb7b8c commit 5c7eba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ function main() {
531531
}
532532
}
533533

534-
if (!found) res.sendStatus(404);
534+
if (!found) res.status(404).send(`library of arch ${arch} and libcxx ${libcxx} not found`);
535535
} catch (e) {
536536
console.error(e);
537537
res.send(e);

0 commit comments

Comments
 (0)