Skip to content

Commit

Permalink
Stopping the watchdog process.
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jul 1, 2020
1 parent 3d3f933 commit fb4f953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TaskIt/TKTWatchDog.class.st
Expand Up @@ -26,6 +26,7 @@ TKTWatchDog class >> onDuty [
{ #category : #reseting }
TKTWatchDog class >> reset [

onDuty ifNotNil: [ onDuty stop ].
onDuty := nil.
]

Expand Down

0 comments on commit fb4f953

Please sign in to comment.