Skip to content

Commit 9b920b7

Browse files
committed
Fix error
1 parent 107b9de commit 9b920b7

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-language-server/src

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-server/src/tw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ export class TW {
11331133
this.commonRegistrations?.dispose()
11341134
this.commonRegistrations = undefined
11351135

1136-
this.lastTriggerCharacters.clear()
1136+
this.lastTriggerCharacters?.clear()
11371137
this.completionRegistration?.then((r) => r.dispose())
11381138
this.completionRegistration = undefined
11391139

0 commit comments

Comments
 (0)