Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/install/action/
Dremove.js8 var andIgnoreErrors = require('../and-ignore-errors.js') variable
65 move(from, to).then(andIgnoreErrors(done), andIgnoreErrors(done))
/third_party/node/deps/npm/lib/install/
Dwritable.js6 var andIgnoreErrors = require('./and-ignore-errors.js') variable
32 fs.unlink(tmp, andIgnoreErrors(done))