for #761, fix lint error
This commit is contained in:
parent
b70d62164c
commit
d5f2380c31
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const LOGWAIT = 500;
|
||||||
Hook(window.console, (log) => {
|
Hook(window.console, (log) => {
|
||||||
consoleBuffer.push({
|
consoleBuffer.push({
|
||||||
log,
|
log,
|
||||||
source: 'sketch'
|
source: 'sketch'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
|
|
Loading…
Reference in a new issue