mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Fix Windows linter errors
Apparently we don't check Windows-only code for linter errors on CI.
This commit is contained in:
parent
8a7bef0975
commit
061665726e
|
|
@ -11,8 +11,8 @@ import (
|
|||
)
|
||||
|
||||
func tailLogsForPlatform(logFilePath string, opts *humanlog.HandlerOptions) {
|
||||
var lastModified int64 = 0
|
||||
var lastOffset int64 = 0
|
||||
var lastModified int64
|
||||
var lastOffset int64
|
||||
for {
|
||||
stat, err := os.Stat(logFilePath)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue