We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc7cbc commit 9b1d9d7Copy full SHA for 9b1d9d7
src/NewTools-Inspector/StInspectorTempNode.class.st
@@ -50,7 +50,7 @@ StInspectorTempNode >> rawValue [
50
"we use #tempNamed: to force a re-lookup of the variable"
51
self hostObject tempNamed: tempVariable name]
52
on: Exception
53
- do: [ :err | 'cannot read ' , tempVariable name ]
+ do: [ :err | 'Error: ' , err messageText ]
54
]
55
56
{ #category : 'accessing' }
0 commit comments