Since updating to the newest changes to Falcon, I started getting some errors
that look like this:
Aug 20, 2017 6:28:02 PM com.google.javascript.jscomp.LoggerErrorManager println
SEVERE:
/Users/harbs/Documents/git/PrintUI/printui-flexjs/PortedPrintUI/bin/js-debug/com/printui/model/vos/StoryVO.js:191:
ERROR - non-monotonic data-flow analysis
com.printui.model.vos.StoryVO.prototype.buildTextFlow = function() {
^^^^^^^^^^^^
These errors prevent closure from minimizing the code.
I don’t see anything obvious that would be causing the errors.
Any suggestions?
Harbs