Skip to content

Commit

Permalink
uncomment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anthdm committed Jan 29, 2025
1 parent e34812e commit d68c332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actor/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (p *process) Send(_ *PID, msg any, sender *PID) {
p.inbox.Send(Envelope{Msg: msg, Sender: sender})
}
func (p *process) Shutdown() {
// p.cleanup()
p.cleanup(nil)
}

func cleanTrace(stack []byte) []byte {
Expand Down

0 comments on commit d68c332

Please sign in to comment.