Skip to content

Commit 2949f71

Browse files
committed
fix: typographical error 🐛
1 parent 5511215 commit 2949f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-selfhosted.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const surrounding_box = (col, lines) => {
2929
// Keeping track of WHY certain versions don't work
3030
const ver_info = [
3131
{ under: 14, reasons: ['optional chaining is not available'] },
32-
{ under: 16, reasons: ['diskusage package ABI mismatch'] },
32+
{ under: 16, reasons: ['disk usage package ABI mismatch'] },
3333
];
3434

3535
const lowest_allowed = Math.max(...ver_info.map(r => r.under));

0 commit comments

Comments
 (0)