fix(core): adjust Ganache for new cli output (#851)
This commit is contained in:
parent
24e7c471e4
commit
dc1565c014
|
@ -183,7 +183,7 @@ impl Ganache {
|
||||||
|
|
||||||
let mut line = String::new();
|
let mut line = String::new();
|
||||||
reader.read_line(&mut line).expect("Failed to read line from ganache process");
|
reader.read_line(&mut line).expect("Failed to read line from ganache process");
|
||||||
if line.starts_with("Listening on") {
|
if line.contains("Listening on") {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue