Skip to content

Commit

Permalink
[arbitrum] refresh project files after adding rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoski03 committed Sep 12, 2024
1 parent 7220e8a commit ebbf569
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/arbitrum/Compiler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ export const Compiler: React.FunctionComponent<InterfaceProps> = ({
rustToolchainContent,
);
projFiles = await FileUtil.allFilesForBrowser(client, compileTarget);
log.info(
`@@@ compile compileTarget=${compileTarget}, refresh projFiles=${JSON.stringify(
projFiles,
null,
2,
)}`,
);
}

const blob = await generateZip(projFiles);
Expand Down

0 comments on commit ebbf569

Please sign in to comment.