Skip to content

Commit 919c592

Browse files
committed
Lint.
1 parent 714e598 commit 919c592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/plugin_loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ PluginLoader.prototype.detectPugins = function(dir) {
4646

4747
try {
4848
if (dir === '/') {
49-
fs.accessSync(dir + '.')
49+
fs.accessSync(dir + '.');
5050
} else {
51-
fs.accessSync(dir + '/.')
51+
fs.accessSync(dir + '/.');
5252
}
5353
} catch (e) {
5454
app.log.warn(e);

0 commit comments

Comments
 (0)