nuprl/Ocelot

Bad error message

Closed this issue · 3 comments

This is really a Stopify issue:

function foo () {
}

function bar () {
foo().bar(0);
}

bar ()

The error is app6 is undefined

What are you running this on? I get a very sane error message:
screen shot 2018-08-29 at 5 55 35 pm

This is on Safari. I guess Chrome just gives better default messages.

sp1tz commented

Use Chrome for now.