Skip to content

Commit

Permalink
remove setMaxListeners suppression call
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 19, 2023
1 parent ba39415 commit 4186d69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/cli/src/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/usr/bin/env node

/* eslint-disable no-underscore-dangle */

// https://github.com/ProjectEvergreen/greenwood/issues/141
process.setMaxListeners(0);

import { generateCompilation } from './lifecycles/compile.js';
import fs from 'fs';
import program from 'commander';
Expand Down

0 comments on commit 4186d69

Please sign in to comment.