Restore executables check.

This commit is contained in:
Dillon Kearns 2022-08-22 13:39:13 -07:00
parent 27df023c15
commit 68d9e687b7

View File

@ -68,7 +68,7 @@ async function ensureRequiredExecutables() {
async function run(options) {
try {
await ensureRequiredDirs();
// await ensureRequiredExecutables();
await ensureRequiredExecutables();
// since init/update are never called in pre-renders, and DataSource.Http is called using pure NodeJS HTTP fetching
// we can provide a fake HTTP instead of xhr2 (which is otherwise needed for Elm HTTP requests from Node)