Skip to content

Commit

Permalink
remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
raclim committed Dec 5, 2024
1 parent 4e0204c commit c9da841
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/utils/previewEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ window.loopProtect = loopProtect;

const consoleBuffer = [];
const LOGWAIT = 500;

Hook(window.console, (log) => {
consoleBuffer.push({
log
});
});

setInterval(() => {
if (consoleBuffer.length > 0) {
const message = {
Expand Down

0 comments on commit c9da841

Please sign in to comment.