mdn / yari

The platform code behind MDN Web Docs
Mozilla Public License 2.0
1.16k stars 486 forks source link

fix(build): return early on error #11352

Closed argl closed 1 week ago

argl commented 1 week ago

Summary

Fixes a flaw in the build script

Problem

Error condition/reject did not return and subsequent code continued to be execute, leading to unhelpful error messages.

Solution

Return the rejected promise


How did you test this change?

locally