squeak-smalltalk / squeak-object-memory

Issues and assets related to the Squeak object memory.
https://bugs.squeak.org
MIT License
11 stars 1 forks source link

"Update Image" with disabled network leads to DnU #83

Open codeZeilen opened 1 year ago

codeZeilen commented 1 year ago

When pressing the Update Squeak button in the world docking bar, while having network disabled, a DnU comes up as the code assumes that there actually is a response. The retry code above the DnU, however, assigns nil to the response variable.

This should probably result in a nice dialog window notifying the user that there is something amiss with the network.