Remove external df module

It has some parsing issues with locale
This commit is contained in:
Girish Ramakrishnan
2022-10-18 19:32:07 +02:00
parent 8b295fbfdb
commit 17c7cc5ec7
9 changed files with 105 additions and 196 deletions

View File

@@ -35,7 +35,7 @@ const assert = require('assert'),
BoxError = require('../boxerror.js'),
constants = require('../constants.js'),
debug = require('debug')('box:storage/filesystem'),
df = require('@sindresorhus/df'),
df = require('../df.js'),
fs = require('fs'),
mounts = require('../mounts.js'),
path = require('path'),