Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
fix(config): prevent _cacache-chaining in config stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Oct 15, 2018
1 parent c134415 commit 4e89103
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
})
}

0 comments on commit 4e89103

Please sign in to comment.