Skip to content

Commit 8d6c519

Browse files
committed
as text
1 parent 5c7eba6 commit 8d6c519

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.status(404).send(`library of arch ${arch} and libcxx ${libcxx} not found`);
534+
if (!found) res.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)