Skip to content

Commit 4e6a72a

Browse files
committed
Remove unused subscriber mixin
1 parent 49aac04 commit 4e6a72a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/oracle-command.coffee

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
spawn = require('child_process').spawn
2-
{Subscriber, Emitter} = require 'emissary'
2+
{Emitter} = require 'emissary'
33

44
module.exports =
55
class OracleCommand
6-
Subscriber.includeInto(this)
76
Emitter.includeInto(this)
87

98
oracleCommand: (cmd, format, importPath) ->

0 commit comments

Comments
 (0)