Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet committed Dec 27, 2024
1 parent 11a15b1 commit 82e1016
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as WebViewServerState from '../WebViewServerState/WebViewServerState.ts
export const startWebViewServer = async (id: number, port: string): Promise<void> => {
try {
const server = WebViewServerState.get(id)
if (server.server.listening) {
if (server.isListening()) {
return
}
await WaitForServerToBeReady.waitForServerToBeReady(server, port)
Expand Down

0 comments on commit 82e1016

Please sign in to comment.