Skip to content

Commit 5f130f2

Browse files
committedOct 18, 2021
inspect was undefined and used
1 parent 3a6409c commit 5f130f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/channel_model.js

+1
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)
Please sign in to comment.