Skip to content

Commit

Permalink
Enable async execution [feenkcom/gtoolkit#3942]
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed Aug 27, 2024
1 parent b54a6d7 commit 81850d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Class {

{ #category : #accessing }
GtGemStoneSnippetCoderModel class >> enableAsyncPlay [
^ EnableAsyncPlay ifNil: [ false ]
^ EnableAsyncPlay ifNil: [ true ]
]

{ #category : #accessing }
Expand Down

0 comments on commit 81850d9

Please sign in to comment.