mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
Fix typo
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user