Skip to content

Commit 86bfb7d

Browse files
committed
Fix type error
1 parent 3f6cc1f commit 86bfb7d

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
@@ -1081,7 +1081,7 @@ export class TW {
10811081
this.watched.length = 0
10821082
}
10831083

1084-
async restart(): void {
1084+
async restart(): Promise<void> {
10851085
let isTestMode = this.initializeParams.initializationOptions?.testMode ?? false
10861086

10871087
console.log('----------\nRESTARTING\n----------')

0 commit comments

Comments
 (0)