Bug? Errors silently swallowed

This snippet attempts to call a non-existent function. The problem is that the error is trapped by webix and doesn’t appear anywhere - in the console, or as a message when using the debug version.

as the exception is thrown in promise, you can use catch to get it.