]> git.proxmox.com Git - mirror_novnc.git/commit
Move error handler into separate file
authorSolly Ross <sross@redhat.com>
Wed, 1 Mar 2017 01:47:02 +0000 (20:47 -0500)
committerSolly Ross <sross@redhat.com>
Tue, 21 Mar 2017 21:39:07 +0000 (17:39 -0400)
commitadfc9d3f548b8d3c7aac837bd53c68b16b14b137
tree443a6dd89de271642ed399d4381b40474fc98ecd
parente6a8eb15ca05823c17f0414f4a6a0fcff33c7879
Move error handler into separate file

This commit moves the global error handler into a separate file,
so that it can catch module loading errors.

This also adds support for properly displaying error messages with
newlines in them (since the module loader may throw those)
app/error-handler.js [new file with mode: 0644]
app/styles/base.css
app/ui.js
utils/use_require.js
vendor/browser-es-module-loader/dist/browser-es-module-loader.js
vendor/browser-es-module-loader/src/browser-es-module-loader.js
vnc.html