Skip to content

Commit

Permalink
Update conductor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba authored Oct 19, 2021
1 parent 7e88f25 commit 7469a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export class Conductor {
this._timeout,
signal => {
this._onActivity()
if (this._onSignal !== null) {
if (this._onSignal) {
this._onSignal(signal)
} else {
console.info('got signal, doing nothing with it: %o', signal)
Expand Down

0 comments on commit 7469a7a

Please sign in to comment.