This commit is contained in:
Eugene Pankov 2020-02-05 15:22:28 +03:00
parent fd1ea4fc49
commit 2470f5f941

View File

@ -1,4 +1,4 @@
import createLRU from 'lru-cache'
import * as createLRU from 'lru-cache'
import * as fs from 'fs'
const lru = createLRU({ max: 256, maxAge: 250 })
const origLstat = fs.realpathSync.bind(fs)