Skip to content

Commit 0e924a3

Browse files
committed
test
1 parent 8d6c519 commit 0e924a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

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

534-
if (!found) res.send(`library of arch ${arch} and libcxx ${libcxx} not found`);
534+
if (!found)
535+
res.send(req.params);
535536
} catch (e) {
536537
console.error(e);
537538
res.send(e);

0 commit comments

Comments
 (0)