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 2a85656 commit de04127Copy full SHA for de04127
test.js
@@ -1,5 +1,7 @@
1
const {spawn} = require('child_process');
2
3
+process.setMaxListeners(20); // increase listeners limit
4
+
5
const initQuestions = [
6
{search: /^\?.+/, response: '\n'},
7
];
0 commit comments