for #761, fix lint error

This commit is contained in:
Cassie Tarakajian 2018-11-15 17:28:43 -05:00
parent b70d62164c
commit d5f2380c31
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const LOGWAIT = 500;
Hook(window.console, (log) => {
consoleBuffer.push({
log,
source: 'sketch'
source: 'sketch'
});
});
setInterval(() => {