parse-dashboard 7.0.0-alpha.1 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Parse-Dashboard/app.js
CHANGED
|
@@ -185,7 +185,7 @@ module.exports = function(config, options) {
|
|
|
185
185
|
//Check also if the icons really exist
|
|
186
186
|
checkIfIconsExistForApps(config.apps, config.iconsFolder);
|
|
187
187
|
}
|
|
188
|
-
} catch
|
|
188
|
+
} catch {
|
|
189
189
|
// Directory doesn't exist or something.
|
|
190
190
|
console.warn('Iconsfolder at path: ' + config.iconsFolder +
|
|
191
191
|
' not found!');
|