Skip to content

Commit c9da841

Browse files
committed
remove extra spaces
1 parent 4e0204c commit c9da841

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/utils/previewEntry.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ window.loopProtect = loopProtect;
1919

2020
const consoleBuffer = [];
2121
const LOGWAIT = 500;
22-
2322
Hook(window.console, (log) => {
2423
consoleBuffer.push({
2524
log
2625
});
2726
});
28-
2927
setInterval(() => {
3028
if (consoleBuffer.length > 0) {
3129
const message = {

0 commit comments

Comments
 (0)