mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 20:14:57 +08:00
Format
This commit is contained in:
parent
172f5d8dd9
commit
5e0311beb7
1 changed files with 4 additions and 1 deletions
|
@ -752,7 +752,10 @@ defmodule Livebook.Runtime.Evaluator do
|
|||
:code.load_binary(module, String.to_charlist(file), binary)
|
||||
|
||||
# Registration of module
|
||||
Evaluator.Tracer.trace({:on_module, binary, %{}}, %{env | module: module, versioned_vars: %{}})
|
||||
Evaluator.Tracer.trace(
|
||||
{:on_module, binary, %{}},
|
||||
%{env | module: module, versioned_vars: %{}}
|
||||
)
|
||||
|
||||
{{:ok, {:ok, module}, binding, env}, []}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue