cfunction
(debug/stacktrace fiber &opt err)
Prints a nice looking stacktrace for a fiber. Can optionally provide
an error value to print the stack trace with. If `err` is nil or not
provided, will default to `(fiber/last-value fiber)`. Returns the
fiber.