Closed
Bug 1470376
Opened 7 years ago
Closed 7 years ago
/vagrant/js-analyze.js:320:1 TypeError: stmt.guardedHandlers is undefined
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: shawnjohnjr, Unassigned)
Details
I hit this error when executing:
/vagrant/infrastructure/indexer-run.sh /vagrant/tests ~/index
+ parallel --halt 2 js -f /vagrant/js-analyze.js -- '{#}' /vagrant '/home/vagrant/index/tests/files/{}' '>' '/home/vagrant/index/tests/analysis/{}'
To silence this citation notice run 'parallel --bibtex' once or use '--no-notice'.
/vagrant/js-analyze.js:320:1 TypeError: stmt.guardedHandlers is undefined
Stack:
statement@/vagrant/js-analyze.js:320:1
statement/<@/vagrant/js-analyze.js:279:11
scoped@/vagrant/js-analyze.js:100:5
statement@/vagrant/js-analyze.js:277:7
functionDecl@/vagrant/js-analyze.js:262:7
expression/<@/vagrant/js-analyze.js:565:9
scoped@/vagrant/js-analyze.js:100:5
expression@/vagrant/js-analyze.js:554:7
expression@/vagrant/js-analyze.js:539:11
expression@/vagrant/js-analyze.js:635:9
Comment 1•7 years ago
|
||
That code was removed in 6f9527e7ecedf41ef5768290dff0e64abd603251 a long time ago. Please update your repo.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•