Skip to content

Commit

Permalink
single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyu123 committed Aug 21, 2024
1 parent fd22d6a commit dc5662d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-server/src/plugins/typescript/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ async function createLanguageService(
length: undefined,
messageText:
`No svelte input files were found in config file '${tsconfigPath}'. ` +
`Did you forget to add svelte files to the "include" in your ${basename(tsconfigPath)}? ` +
`Did you forget to add svelte files to the 'include' in your ${basename(tsconfigPath)}? ` +
`Specified 'include' paths were '${inputText}' and 'exclude' paths were '${excludeText}'`,
source: 'svelte'
}
Expand Down

0 comments on commit dc5662d

Please sign in to comment.