Skip to content

Commit

Permalink
tdb: fix slip in step through
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Dec 31, 2023
1 parent 6aa7033 commit 2d02fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ stepToHome: aContext
[^ self context].
home := home tdbproxyYourself.
^ self stepUntil: [:context |
context isDead
home isDead
or: [context tdbHasHome: home]]
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"stepBackToSendOrReturn" : "ct 3/16/2022 00:26",
"stepBackUntil:" : "ct 3/11/2022 18:31",
"stepOverUnhandledError:from:until:" : "ct 3/17/2022 15:24",
"stepToHome:" : "ct 3/13/2022 15:15",
"stepToHome:" : "ct 12/31/2023 00:11",
"stepToSendOrReturn" : "ct 3/11/2022 18:44",
"stepUntil:" : "ct 3/17/2022 14:38",
"timeIndex" : "ct 3/16/2022 17:16",
Expand Down

0 comments on commit 2d02fde

Please sign in to comment.