Skip to content

Commit

Permalink
Update pact_escript.escript (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverblaze404 authored May 8, 2024
1 parent 6be66bd commit 71ad93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pact_escript.escript
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ main([Module, Function | Args]) ->
AList1
end
end,
pact:enable_logging(trace),
pact:enable_logging(warn),
Result = erlang:apply(ModuleAtom, FunctionAtom, ArgsList),
case Result of
ReturnValue when is_integer(ReturnValue) ->
Expand Down

0 comments on commit 71ad93b

Please sign in to comment.