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.
2 parents f8ab8de + 9b1d9d7 commit 7523905Copy full SHA for 7523905
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