From b20b8ce55b5421f6454c68dedf8976c8ad5438e3 Mon Sep 17 00:00:00 2001 From: Milan Patel Date: Mon, 1 Apr 2024 17:33:05 +0530 Subject: [PATCH] fix: lint --- Parse-Dashboard/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parse-Dashboard/app.js b/Parse-Dashboard/app.js index a882f12f6c..43fa3aaee2 100644 --- a/Parse-Dashboard/app.js +++ b/Parse-Dashboard/app.js @@ -40,7 +40,7 @@ function checkIfIconsExistForApps(apps, iconsFolder) { if (err) { if ('ENOENT' == err.code) { // file does not exist - console.warn('Icon with file name: ' + iconName + " couldn't be found in icons folder!"); + console.warn('Icon with file name: ' + iconName + ' couldn\'t be found in icons folder!'); } else { console.log('An error occurd while checking for icons, please check permission!'); }