Skip to content

Commit 9642150

Browse files
committed
Merge branch 'am-kantox-bug/allow_named_scene_processes'
2 parents 092089d + 6a18439 commit 9642150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/scenic/scene.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ defmodule Scenic.Scene do
666666
def child_spec({args, opts}) when is_list(opts) do
667667
opts =
668668
case unquote(using_opts)[:name] do
669+
nil -> opts
669670
mod when is_atom(mod) -> Keyword.put_new(opts, :name, mod)
670671
_ -> opts
671672
end

0 commit comments

Comments
 (0)