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

Commit

Permalink
fix(worker): remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Nov 12, 2018
1 parent ca7c0d5 commit ef6ef5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/lock-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ async function main (cache, integrity, pkg) {
}), [pkg.name])
if (res && !res.pkgCount) { throw new Error('no packages installed') }
} catch (err) {
throw err
if (!ensurePkg) { ensurePkg = require('./ensure-package.js') }
opts.log.level = opts.loglevel
await ensurePkg(cache, pkg.name, pkg, opts)
Expand Down

0 comments on commit ef6ef5b

Please sign in to comment.