diff --git a/src/steps/download.ts b/src/steps/download.ts index b117c17..4e01ce8 100644 --- a/src/steps/download.ts +++ b/src/steps/download.ts @@ -37,7 +37,7 @@ export default async function downloadNode(compiler: NexeCompiler, next: () => P } if (compiler.options.build) { - await fetchNodeSourceAsync(src, url, step, downloadOptions).then(next) + await fetchNodeSourceAsync(src, url, step, downloadOptions) } return next()