Skip to content

Commit f807b9d

Browse files
Apply suggestion from @garvinhicking
1 parent 4ffbe62 commit f807b9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/dev-server/src/Internal/HttpHandler.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ private function injectWebSocketClient(string $html): string
135135
sessionStorage.removeItem('scrollPosition');
136136
sessionStorage.removeItem('scrollURL');
137137
});
138-
</script>EOT;
138+
</script>
139+
EOT;
139140

140141
return str_replace('</body>', $injection . '</body>', $html);
141142
}

0 commit comments

Comments
 (0)