this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

add command context

pomdtr 68d6535b 2488b770

+1 -1
+1 -1
cmd/up.go
··· 171 171 return 172 172 } 173 173 174 - cmd := exec.Command(execPath, sess.Command()...) 174 + cmd := exec.CommandContext(sess.Context(), execPath, sess.Command()...) 175 175 stdin, err := cmd.StdinPipe() 176 176 if err != nil { 177 177 fmt.Fprintf(sess, "failed to get stdin pipe: %v", err)