浏览代码

fix: typographical error :bug:

Didi Keke 1 年之前
父节点
当前提交
2949f71691
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      run-selfhosted.js

+ 1 - 1
run-selfhosted.js

@@ -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));