Skip to content

Commit

Permalink
fix: increase limit on event listeners warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Jul 29, 2023
1 parent 673df54 commit 2573f1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env node
'use strict'

const { EventEmitter } = require('events')
EventEmitter.defaultMaxListeners = 50

/**
* Project dependencies
*/
Expand Down

0 comments on commit 2573f1e

Please sign in to comment.