Skip to content

Commit ee99f96

Browse files
author
Jelle Dijkstra
committed
Added TODO
1 parent fb72c31 commit ee99f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/controller/atom_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ func recoveredPanicToError(rec any) (err error) {
297297
}
298298

299299
// Add stack
300+
// TODO - this doesn't seem to work, see if there is a better method to add the stack
300301
err = errors.WithStack(err)
301302

302303
return

0 commit comments

Comments
 (0)