Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c51b0a4

Browse files
committed
forgot return statement
1 parent 634160c commit c51b0a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extensions/default/ESLint/domain.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
setTimeout(function () {
6767
lintFile(fullPath, projectRoot, callback);
6868
}, 250);
69+
return;
6970
}
7071
if (projectRoot !== currentProjectRoot) {
7172
_setProjectRoot(projectRoot);

0 commit comments

Comments
 (0)