Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
deciduously committed Dec 27, 2024
1 parent 5883b88 commit cea3f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/autobuild/js/tangram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const node = tg.target(async (arg: Arg) => {
export default node;

export const plain = tg.target(async (arg: Arg) => {
// FIXME - env!
const { source } = arg;
const toolchain = await nodejs.toolchain();
const interpreter = await toolchain.get("bin/node").then(tg.File.expect);
Expand Down

0 comments on commit cea3f6c

Please sign in to comment.