Skip to content

Commit bbe51e0

Browse files
committed
fix: change way of recording window of actions record
1 parent 924467b commit bbe51e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DebuggingSpy/DSCodeActionRecord.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DSCodeActionRecord >> record: anEditor [
2020
ifTrue: [ anEditor recordSelectedString ]
2121
ifFalse: [ DSSpy recordSourceCodeDisabledErrorMessage ].
2222

23-
self windowId: anEditor identityHash
23+
self windowId: anEditor recordWindow identityHash
2424
]
2525

2626
{ #category : 'accessing' }

0 commit comments

Comments
 (0)