Skip to content

Commit d5f2380

Browse files
committed
for processing#761, fix lint error
1 parent b70d621 commit d5f2380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/utils/previewEntry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const LOGWAIT = 500;
88
Hook(window.console, (log) => {
99
consoleBuffer.push({
1010
log,
11-
source: 'sketch'
11+
source: 'sketch'
1212
});
1313
});
1414
setInterval(() => {

0 commit comments

Comments
 (0)