a icon indicating copy to clipboard operation
a copied to clipboard

a: Edit: remove "MustCompile" call and replace with proper error handling

Open as opened this issue 8 years ago • 0 comments

main.go:142,143: act.SendFirst(edit.MustCompile(sc.Text())) main.go:289,290: prog := edit.MustCompile(addr) main.go:296,297: prog := edit.MustCompile(addr) main.go:312,313: prog := edit.MustCompile(addr) main.go:356,357: actTag.Handle(actTag.Body, edit.MustCompile(e.Addr)) main.go:470,471: prog := edit.MustCompile(s[5:])

as avatar Sep 09 '17 11:09 as