We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5511215 commit 2949f71Copy full SHA for 2949f71
run-selfhosted.js
@@ -29,7 +29,7 @@ const surrounding_box = (col, lines) => {
29
// Keeping track of WHY certain versions don't work
30
const ver_info = [
31
{ under: 14, reasons: ['optional chaining is not available'] },
32
- { under: 16, reasons: ['diskusage package ABI mismatch'] },
+ { under: 16, reasons: ['disk usage package ABI mismatch'] },
33
];
34
35
const lowest_allowed = Math.max(...ver_info.map(r => r.under));
0 commit comments