From d5f2380c314eb3b5cd1414d105bb6b94b930371b Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Thu, 15 Nov 2018 17:28:43 -0500 Subject: [PATCH] for #761, fix lint error --- client/utils/previewEntry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/utils/previewEntry.js b/client/utils/previewEntry.js index 8d120809..59858938 100644 --- a/client/utils/previewEntry.js +++ b/client/utils/previewEntry.js @@ -8,7 +8,7 @@ const LOGWAIT = 500; Hook(window.console, (log) => { consoleBuffer.push({ log, - source: 'sketch' + source: 'sketch' }); }); setInterval(() => {