Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/lib/utils/
Dupdate-notifier.js17 STAT_ERROR, argument
34 if (STAT_ERROR) {
35 throw STAT_ERROR
137 const STAT_ERROR = new Error('blorg') constant
138 const { result, MANIFEST_REQUEST } = await runUpdateNotifier(t, { STAT_ERROR }) field