mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: typographical error 🐛
This commit is contained in:
parent
551121524c
commit
2949f71691
@ -29,7 +29,7 @@ const surrounding_box = (col, lines) => {
|
||||
// Keeping track of WHY certain versions don't work
|
||||
const ver_info = [
|
||||
{ under: 14, reasons: ['optional chaining is not available'] },
|
||||
{ under: 16, reasons: ['diskusage package ABI mismatch'] },
|
||||
{ under: 16, reasons: ['disk usage package ABI mismatch'] },
|
||||
];
|
||||
|
||||
const lowest_allowed = Math.max(...ver_info.map(r => r.under));
|
||||
|
Loading…
Reference in New Issue
Block a user