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 76d8347 commit 19815faCopy full SHA for 19815fa
cmd/run.go
@@ -70,7 +70,7 @@ func runAndAttach(projectName string, targetOS string) {
70
os.Exit(1)
71
}
72
73
- regexObservatory := regexp.MustCompile(`Observatory\slistening\son\s(http:[^:]*:\d*/)`)
+ regexObservatory := regexp.MustCompile(`listening\son\s(http:[^:]*:\d*/)`)
74
75
// asynchronously read the stdout to catch the debug-uri
76
go func(reader io.Reader) {
0 commit comments