Home
last modified time | relevance | path

Searched refs:lastCheckedFile (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/lib/utils/
Dupdate-notifier.js15 const lastCheckedFile = npm => function
93 const st = await stat(lastCheckedFile(npm)).catch(() => ({ mtime: t - 1 }))
123 writeFile(lastCheckedFile(npm), '').catch(() => {})