Skip to content

Commit f3a6390

Browse files
committed
test
1 parent 0e924a3 commit f3a6390

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,8 +531,9 @@ function main() {
531531
}
532532
}
533533

534+
// {"library":"zlib","library_version":"1.3.1","compiler_version":"clang_bb_p2996","arch":"x86_64","libcxx":"libc++"}
534535
if (!found)
535-
res.send(req.params);
536+
res.send(all.possibleCombinations);
536537
} catch (e) {
537538
console.error(e);
538539
res.send(e);

0 commit comments

Comments
 (0)