Skip to content

Commit f3c88f2

Browse files
authored
Update EventSource.js
1 parent d265ba9 commit f3c88f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventSource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class EventSource {
210210
this.lineEndingCharacter = detectedNewlineChar;
211211
} else {
212212
console.warn(
213-
'[EventSource] Unable to identify the line ending character. Ensure your server delivers a standard line ending character: \\r\\n, \\n, \\r, or specify your custom character using the 'lineEndingCharacter' option.'
213+
"[EventSource] Unable to identify the line ending character. Ensure your server delivers a standard line ending character: \\r\\n, \\n, \\r, or specify your custom character using the 'lineEndingCharacter' option."
214214
);
215215
return;
216216
}

0 commit comments

Comments
 (0)