We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8484656 commit c6c5911Copy full SHA for c6c5911
lib/scenic/scene.ex
@@ -637,7 +637,7 @@ defmodule Scenic.Scene do
637
head_msg = "#{inspect(scene_module)} crashed during init"
638
err_msg = inspect(err)
639
args_msg = "args: #{inspect(args)}"
640
- stack_msg = Exception.format_stacktrace( __STACKTRACE__ )
+ stack_msg = Exception.format_stacktrace(__STACKTRACE__)
641
642
# assemble into a final message to output to the command line
643
unless Mix.env() == :test do
0 commit comments