-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Sending null to be logged results in eventer crashes when emit is attempted. agents.log(null)
Lines 441 to 445 in 4edc2c7
| Object.assign(context, { | |
| log: (...msg) => agents.emit('log', session, ...msg), | |
| logThrottled: _.throttle((...msg) => context.log(...msg), agents.settings.logThrottle), | |
| warn: (...msg) => agents.emit('warn', session, ...msg), | |
| }); |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working