Skip to content

Commit

Permalink
Merge pull request #554 from theseion/use-thisprocess
Browse files Browse the repository at this point in the history
Use `thisProcess` instead of `Processor activeProcess`
  • Loading branch information
MarcusDenker authored Jun 30, 2023
2 parents 2ed2927 + b2c50c4 commit e1b4742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Class {
{ #category : #handling }
FLDebuggerStackMaterialization >> defaultAction [
(OupsDebugRequest newForContext: interruptedContext)
process: Processor activeProcess;
process: thisProcess;
label: 'External stack';
submit
]
Expand Down

0 comments on commit e1b4742

Please sign in to comment.