We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfa174 commit 3b600eeCopy full SHA for 3b600ee
cmd/run.go
@@ -116,7 +116,7 @@ func runAndAttach(projectName string, targetOS string) {
116
text := scanner.Text()
117
fmt.Println(text)
118
match := regexObservatory.FindStringSubmatch(text)
119
- if len(match) == 1 {
+ if len(match) == 2 {
120
log.Infof("Connecting hover to '%s' for hot reload", projectName)
121
startHotReloadProcess(cmdFlutterAttach, buildTarget, match[1])
122
break
0 commit comments