Skip to content

Commit a094ff5

Browse files
committed
import EventEmitter class instead of the namespace
1 parent 1c04be9 commit a094ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/master/implementation.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// tslint:disable function-constructor no-eval no-duplicate-super max-classes-per-file
33

44
import getCallsites, { CallSite } from "callsites"
5-
import EventEmitter from "events"
5+
import { EventEmitter } from "events"
66
import { cpus } from 'os'
77
import * as path from "path"
88
import {

0 commit comments

Comments
 (0)