tuzig/webexec

Handle NewPane panic

Open

#106 opened on May 22, 2024

 (0 comments) (0 reactions) (0 assignees)Go (3 forks)auto 404
buggood first issuehacktoberfest

Repository metrics

Stars
 (38 stars)
PR merge metrics
 (PR metrics pending)

Description

Line ./peers/pane.go:101 crash very rarely, but it does happen. It will probably be more common on slow hosts and the problem happens when the split a pane twice in a row. The first split will work, but the second could crash if the first one's shell hasn't finished starting up.

Contributor guide