mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fix build
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user