fix build

This commit is contained in:
konnorrogers
2023-08-29 17:08:18 -04:00
parent 5f247f7962
commit 3a5cddc244

View File

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