Skip to content

Commit

Permalink
chore: warning message format
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 10, 2024
1 parent f143f57 commit 6382e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/emmet/empty.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { LanguageServicePlugin } from '@volar/language-service';

console.warn('volar-service-emmet: this module is not yet supported for web.');
console.warn('[volar-service-emmet] this module is not yet supported for web.');

export function create(): LanguageServicePlugin {
return {
Expand Down
2 changes: 1 addition & 1 deletion packages/pug/empty.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { LanguageServicePlugin } from '@volar/language-service';

console.warn('volar-service-pug: this module is not yet supported for web.');
console.warn('[volar-service-pug] this module is not yet supported for web.');

export function create(): LanguageServicePlugin {
return {
Expand Down

0 comments on commit 6382e0f

Please sign in to comment.