Skip to content

Commit 1a26010

Browse files
wolflomattsse
authored andcommitted
fix(core): adjust Ganache for new cli output (gakonst#851)
1 parent 0a871ae commit 1a26010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ethers-core/src/utils/ganache.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ impl Ganache {
183183

184184
let mut line = String::new();
185185
reader.read_line(&mut line).expect("Failed to read line from ganache process");
186-
if line.starts_with("Listening on") {
186+
if line.contains("Listening on") {
187187
break
188188
}
189189

0 commit comments

Comments
 (0)