mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
429 stars 38 forks source link

expose scan failures (i.e. SyntaxError thrown by acorn) to the UI #53

Closed mozfreddyb closed 10 years ago

mozfreddyb commented 10 years ago

Syntax Errors lead to unscanned files. This should be transported to the UI with $scope.error assignments.

pwnetrationguru commented 10 years ago

Nice catch! That makes total sense... wouldn't want people thinking their files scanned all clean because ScanJS.scan() wet the bed.

mozfreddyb commented 10 years ago

Not using $scope.error, but fixed with #113.