Skip to content

Commit

Permalink
revert since it is not this the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jul 21, 2020
1 parent 79f02dd commit 9f486c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfPharoGT/BaselineOfPharoGT.class.st
Expand Up @@ -52,8 +52,8 @@ BaselineOfPharoGT >> postload: loader package: packageSpec [
Smalltalk tools debuggers add: ((self class environment at: #GTBytecodeDebugger)->5).].


"self class environment at: #GTPlayground ifPresent: [:playground |
Smalltalk tools register: playground as: #workspace.]."
self class environment at: #GTPlayground ifPresent: [:playground |
Smalltalk tools register: playground as: #workspace.].
self class environment at: #GTInspector ifPresent: [:inspector |
Smalltalk tools register: inspector as: #inspector.].

Expand Down

0 comments on commit 9f486c5

Please sign in to comment.