pull/1547/head
konnorrogers 2023-08-29 17:08:18 -04:00
rodzic 5f247f7962
commit 3a5cddc244
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ async function buildTheDocs(watch = false) {
child.stderr.on('data', data => {
if (data.includes(errorSignal)) {
// This closes the dev server, not sure if thats what we want?
reject(child);
reject(output);
}
});