mbaer3000
mbaer3000
I have the same problem. Resolved it by doing `return app.client.url('about:blank').then(() => app.stop());`
I would also very much like the option of leaving parens in place in an expression such as `(foo && foo.bar >= x) ? foo.bar : 1`. Operator precedence rules...
Looks like https://github.com/boundlessgeo/jsonix/commit/3342c011779261a860488b1a692fa09910cd273e was never PRed and/or merged here. So it looks to me like the issue is actually not fixed. @bartvde, if it works for you, then best PR...