Skip to content

Commit

Permalink
fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
doorbash committed Nov 28, 2022
1 parent 2e076ed commit 412fc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions process_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ func NewProcessHandler(
runStatusFunc: runStatusFunc,
logsFunc: logsFunc,
logs: map[int64]*LogsList{},
logsLock: &sync.RWMutex{},
}
}
2 changes: 1 addition & 1 deletion wails.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Info": {
"companyName": "mpm",
"productName": "mpm",
"productVersion": "1.1.1",
"productVersion": "1.1.2",
"copyright": "Copyright 2022",
"comments": "Built using Wails (https://wails.app)"
},
Expand Down

0 comments on commit 412fc19

Please sign in to comment.