diff --git a/lib/worker.js b/lib/worker.js index 1243a07..0553eef 100644 --- a/lib/worker.js +++ b/lib/worker.js @@ -11,7 +11,6 @@ async function main () { npmlog.level = opts.loglevel || 'warn' // TODO - allow injecting options from argv? await require('./installer.js')({ - cache: process.tink.cache, log (level, ...args) { return npmlog[level](...args) } }) }