emmetio / sublime-tern

TernJS plugin for Sublime Text
222 stars 13 forks source link

TypeError: Object #<Object> has no method 'trace' #6

Closed n1k0 closed 11 years ago

n1k0 commented 11 years ago

While opening a simple js file:

Writing file /Users/niko/Sites/foo/static/js/foo.js with encoding UTF-8
None not /Users/niko/Sites/foo/static/js/foo.js
Traceback (most recent call last):
  File "./tern.py", line 421, in <lambda>
    sublime.set_timeout(lambda: ctx.js().locals.forceFileUpdate(view, p['id']), 1)
TypeError: TypeError: Object #<Object> has no method 'trace' ( js/tern.js @ 184 : 23 )  ->     if (depth) console.trace("calling inside");

Sublime Text 2 build 2220, OSX ML

n1k0 commented 11 years ago

Damn, that was quick :)