1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-06-18 02:19:57 +00:00
This commit is contained in:
Eugene Pankov 2020-02-05 15:22:28 +03:00
parent fd1ea4fc49
commit 2470f5f941

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