Skip to content

Commit

Permalink
adding buildpath logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 committed Feb 13, 2024
1 parent 5943362 commit 016f97d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/src/helpers/axios-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export async function testAxios(repoName: string, directory?: string) {
const res = await axios.get(url, { timeout: 10000, responseType: 'stream' });
console.log('MAYA RES');
console.log(res);
console.log('maya buildPath', buildPath);
await res.data.pipe(fs.createWriteStream(buildPath));
console.log('PIPED? IDK');
await executeCliCommand({ command: 'cat', args: [`${buildPath}`] });
Expand Down

0 comments on commit 016f97d

Please sign in to comment.