mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-29 14:56:36 +03:00
Restore executables check.
This commit is contained in:
parent
27df023c15
commit
68d9e687b7
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user