Skip to content

Commit 285cfe8

Browse files
committed
Update live-view.js
1 parent 2b3fbda commit 285cfe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

live-view/live-view.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,9 +835,11 @@ async function renderLiveViewHTML(file) {
835835
// if service worker isn't installed yet
836836
if (workerInstallPromise) {
837837

838+
console.log(workerInstallPromise);
839+
838840
// wait until finished installing
839841
await workerInstallPromise;
840-
842+
841843
}
842844

843845

0 commit comments

Comments
 (0)