From dcaa898310335ad80e8d0accde2a2e98e815d3f7 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 9 Jul 2020 12:41:22 +0200 Subject: [PATCH] lint compliance --- www/common/sframe-common-file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/sframe-common-file.js b/www/common/sframe-common-file.js index f7a1c17ff..c9e2eeacd 100644 --- a/www/common/sframe-common-file.js +++ b/www/common/sframe-common-file.js @@ -546,7 +546,7 @@ define([ var file = el.getAsFile(); handleFile(file, e); }); - } catch (e) { console.error(e); } + } catch (err) { console.error(err); } }); }; var createCkeditorDropHandler = function () {