Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Update src/runtimes/node/bundlers/nft/transpile.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
  • Loading branch information
danez and eduardoboucas committed May 17, 2022
1 parent c20b452 commit 7b3dde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtimes/node/bundlers/nft/transpile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const transpile = async (path: string, config: FunctionConfig, functionNa
} catch (error) {
const bundler: NodeBundlerName = 'nft'
const runtime: RuntimeName = 'js'

error.customErrorInfo = {
type: 'functionsBundling',
location: { bundler, functionName, runtime },
Expand Down

0 comments on commit 7b3dde1

Please sign in to comment.