We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7df1a commit cf64226Copy full SHA for cf64226
packages/std/sdk/proxy.tg.ts
@@ -229,7 +229,7 @@ export const env = async (arg?: Arg): Promise<tg.Directory> => {
229
binDir = await tg.directory(binDir, replacements);
230
231
// Return the toolchain with the modified bin directory
232
- const envDir = tg.directory(buildToolchainDir, { bin: binDir });
+ return tg.directory(buildToolchainDir, { bin: binDir });
233
};
234
235
export default env;
0 commit comments