pull/1547/head
konnorrogers 2023-08-30 09:14:43 -04:00
rodzic 3a5cddc244
commit 89d5f31765
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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 });