From 89d5f31765220c1be86ae422c2d928e3218082c1 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Wed, 30 Aug 2023 09:14:43 -0400 Subject: [PATCH] prettier --- scripts/build.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/build.js b/scripts/build.js index f3764dc9..02491557 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -36,7 +36,7 @@ async function buildTheDocs(watch = false) { const afterSignal = '[eleventy.after]'; // Totally non-scientific way to handle errors. Perhaps its just better to resolve on stderr? :shrug: - const errorSignal = 'Original error stack trace:' + const errorSignal = 'Original error stack trace:'; const args = ['@11ty/eleventy', '--quiet']; const output = []; @@ -75,7 +75,6 @@ async function buildTheDocs(watch = false) { reject(output); } }); - } else { child.on('close', () => { resolve({ child, output });