Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patelmilanun committed Apr 1, 2024
1 parent a210d03 commit b20b8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parse-Dashboard/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!');
}
Expand Down

0 comments on commit b20b8ce

Please sign in to comment.