Skip to content

Commit 19815fa

Browse files
authored
fixes: go-flutter#666
Fixes new flutter 3 log description go-flutter-desktop/go-flutter#666
1 parent 76d8347 commit 19815fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func runAndAttach(projectName string, targetOS string) {
7070
os.Exit(1)
7171
}
7272

73-
regexObservatory := regexp.MustCompile(`Observatory\slistening\son\s(http:[^:]*:\d*/)`)
73+
regexObservatory := regexp.MustCompile(`listening\son\s(http:[^:]*:\d*/)`)
7474

7575
// asynchronously read the stdout to catch the debug-uri
7676
go func(reader io.Reader) {

0 commit comments

Comments
 (0)