We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40ddad commit 9ce44f6Copy full SHA for 9ce44f6
src/lib/helper.ts
@@ -87,7 +87,7 @@ export const _loadDocString = (keyword: string) => {
87
};
88
89
export const getIncludeParams = (paths: string[]) => {
90
- return paths.map(path => `-I${path}`)
+ return paths.map(path => `-I${path}`);
91
92
93
export function isPositionInString(
0 commit comments