From 2468949cb5b13b36cb11f351a13d92bdc500093c Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 23 Jun 2016 16:53:45 -0700 Subject: some legit linting fixes --- app/scripts/lib/notifications.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/scripts/lib') diff --git a/app/scripts/lib/notifications.js b/app/scripts/lib/notifications.js index f7d7ab6d8..5762fd26b 100644 --- a/app/scripts/lib/notifications.js +++ b/app/scripts/lib/notifications.js @@ -57,6 +57,7 @@ function createTxNotification (opts) { if (!chrome.notifications) return console.error('Chrome notifications API missing...') renderTransactionNotificationSVG(opts, function(err, source){ + if (err) throw err var imageUrl = 'data:image/svg+xml;utf8,' + encodeURIComponent(source) -- cgit