Skip to content

Commit 931444f

Browse files
ci(lint): auto-fix
1 parent 07bc594 commit 931444f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-server/lib/initialize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function initialize(
6262
if (path.endsWith('.vue-global-types')) {
6363
return true;
6464
}
65-
return directoryExists!(path);
65+
return directoryExists(path);
6666
};
6767
}
6868
project.typescript.languageServiceHost.fileExists = path => {

0 commit comments

Comments
 (0)