What i noticed with deploying apps from Web ide, is that the relative path declerations are handled a bit different.
As you see in your path the app tries to go to the path /undefined/zhr/controller/errorhandler.js
So maybe in your component.js file try to change the relative path from ../ to ./ instead.
If this doesn't work, then please add in your component.js into a pastebin or similar for us to see the code.
Thanks.