mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
whoops broke travis again
This commit is contained in:
parent
2b2bbb565d
commit
b50bec8a44
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const ConverterEngine = require('./ConverterEngine');
|
||||
const ChildProcess = require('child_process');
|
||||
const EventEmitter = require('events').EventEmitter
|
||||
const EventEmitter = require('events').EventEmitter;
|
||||
|
||||
class PCMConversionProcess extends EventEmitter {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue