mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
ESlint keyword-spacing, no-multi-spaces
This commit is contained in:
@@ -100,7 +100,7 @@ file.existsSync = function (path) {
|
||||
var exists = false;
|
||||
try {
|
||||
exists = fs.statSync(path);
|
||||
} catch(err) {
|
||||
} catch (err) {
|
||||
exists = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user