mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Make a comment a little clearer
This commit is contained in:
5
tea.go
5
tea.go
@@ -172,8 +172,9 @@ func (p *Program) render(model Model) {
|
||||
linesRendered = strings.Count(view, "\r\n")
|
||||
}
|
||||
|
||||
// UseSysLog logs to the system log. This becomes helpful when debugging since
|
||||
// we can't easily print to the terminal since our TUI is occupying it!
|
||||
// UseSysLog sets up logging to log the system log. This becomes helpful when
|
||||
// debugging since we can't easily print to the terminal since our TUI is
|
||||
// occupying it!
|
||||
//
|
||||
// On macOS this is a just a matter of: tail -f /var/log/system.log
|
||||
func UseSysLog(programName string) error {
|
||||
|
||||
Reference in New Issue
Block a user