Merge pull request #1312 from ethereum/yann300-patch-8

Fix Render warning without msg
pull/1/head
yann300 7 years ago committed by GitHub
commit 4071e96e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/app/ui/renderer.js

@ -24,6 +24,7 @@ function Renderer (appAPI) {
* @param {Object} options {useSpan, noAnnotations, click:(Function), type:(warning, error), errFile, errLine, errCol}
*/
Renderer.prototype.error = function (message, container, opt) {
if (!message) return
if (container === undefined) return
opt = opt || {}

Loading…
Cancel
Save