Skip to content

Commit 8e6129e

Browse files
jimmywartingcressie176
authored andcommitted
inspect was undefined and used
1 parent 2484993 commit 8e6129e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/channel_model.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const defs = require('./defs');
1010
const {BaseChannel} = require('./channel');
1111
const {acceptMessage} = require('./channel');
1212
const Args = require('./api_args');
13+
const {inspect} = require('./format');
1314

1415
class ChannelModel extends EventEmitter {
1516
constructor(connection) {

0 commit comments

Comments
 (0)