hyperstack icon indicating copy to clipboard operation
hyperstack copied to clipboard

Hyperspec on_client and friends should handle `undefined` intelligently

Open catmando opened this issue 4 years ago • 0 comments

right now it spews out Cannot read property '$tap' of undefined not very helpful.

Its especially confusing if you compile a module, which Opal code issues an undefined for (instead of nil as it should do - see https://github.com/opal/opal/issues/2192)

excellent first issue

catmando avatar Mar 31 '21 03:03 catmando