File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ export async function updateScarbProject() {
4747 } ) ;
4848
4949 // Generate lib.cairo file
50- writeLibCairo ( contractNames ) ;
50+ await writeLibCairo ( contractNames ) ;
5151
5252 // Update Scarb.toml
53- updateScarbToml ( ) ;
53+ await updateScarbToml ( ) ;
5454}
5555
5656async function writeLibCairo ( contractNames : string [ ] ) {
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ export async function updateScarbProject() {
4747 } ) ;
4848
4949 // Generate lib.cairo file
50- writeLibCairo ( contractNames ) ;
50+ await writeLibCairo ( contractNames ) ;
5151
5252 // Update Scarb.toml
53- updateScarbToml ( ) ;
53+ await updateScarbToml ( ) ;
5454}
5555
5656async function writeLibCairo ( contractNames : string [ ] ) {
You can’t perform that action at this time.
0 commit comments