File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
remixdesktop/test/tests/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ async function installFoundry(): Promise<void> {
527527 server . stdout . on ( 'data' , function ( data ) {
528528 console . log ( data . toString ( ) )
529529 if (
530- data . toString ( ) . includes ( "foundryup: done! " )
530+ data . toString ( ) . includes ( "foundryup: use - chisel 0.3.0 " )
531531 ) {
532532 console . log ( 'resolving' )
533533 resolve ( )
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ async function installFoundry(): Promise<void> {
8989 server . stdout . on ( 'data' , function ( data ) {
9090 console . log ( data . toString ( ) )
9191 if (
92- data . toString ( ) . includes ( "foundryup: done! " )
92+ data . toString ( ) . includes ( "foundryup: use - chisel 0.3.0 " )
9393 ) {
9494 console . log ( 'resolving' )
9595 resolve ( )
You can’t perform that action at this time.
0 commit comments