We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed412c6 commit 169a7d2Copy full SHA for 169a7d2
src/setup.js
@@ -7,7 +7,6 @@ const EVENTS = require('./events')
7
8
// Add event handling for all process-related errors
9
const setup = function(opts) {
10
- debugger
11
const optsA = { ...DEFAULT_OPTS, ...opts }
12
13
const listeners = addListeners({ opts: optsA })
0 commit comments