Skip to content

Commit 3eb6712

Browse files
authored
lint: change '' to ""
1 parent b9353e4 commit 3eb6712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class Client {
156156
window.addEventListener("beforeunload", (e) => {
157157
if (this.gameStop && !this.gameStop()) {
158158
e.preventDefault();
159-
e.returnValue = '';
159+
e.returnValue = "";
160160
return "";
161161
}
162162
console.log("Browser is closing");

0 commit comments

Comments
 (0)