From bf3c5b0587b3bf1e79c68daf8141ee37ab401fac Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 17 Dec 2019 22:42:37 -0300 Subject: [PATCH] chore(js-cli) remove test code from tauri.js template --- cli/tauri.js/templates/tauri.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tauri.js/templates/tauri.js b/cli/tauri.js/templates/tauri.js index 911ce6e8b..c73492909 100644 --- a/cli/tauri.js/templates/tauri.js +++ b/cli/tauri.js/templates/tauri.js @@ -389,7 +389,7 @@ document.addEventListener('error', function (e) { window.tauri.loadAsset(target.src, 'image') .then(img => { target.src = img - }).catch(alert) + }) break } target = target.parentElement