Skip to content

Commit fa74359

Browse files
committed
fix: lint
1 parent 470adee commit fa74359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse-Dashboard/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function checkIfIconsExistForApps(apps, iconsFolder) {
5050
if (err) {
5151
if ('ENOENT' == err.code) {
5252
// file does not exist
53-
console.warn('Icon with file name: ' + iconName + " couldn't be found in icons folder!");
53+
console.warn('Icon with file name: ' + iconName + ' couldn\'t be found in icons folder!');
5454
} else {
5555
console.warn('An error occurred while checking for icons, please check permission!');
5656
}

0 commit comments

Comments
 (0)