This commit is contained in:
Kim Gardner
2017-04-06 14:38:16 -04:00
committed by GitHub
parent 4bc7848e24
commit 770a4e6fe2
+1 -1
View File
@@ -28,7 +28,7 @@ try {
}
} catch (err) {
if (err.code === 'ENOENT') {
console.error('plugins.json and plguins.default.json not found, plugins will not be active');
console.error('plugins.json and plugins.default.json not found, plugins will not be active');
} else {
throw err;
}