Justin Wood
04/25/2024, 1:30 AM:pact_verifier
module to verify my pacts. But I can't seem to get it to work. I have tried following the test code as closely as possible, but I am getting the following error.
escript: exception error: no match of right hand side value {error,bad_directory}
in function erl_eval:expr/6 (erl_eval.erl, line 498)
in call from escript:eval_exprs/5 (escript.erl, line 869)
in call from erl_eval:local_func/8 (erl_eval.erl, line 646)
in call from escript:interpret/4 (escript.erl, line 780)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_em/1
in call from init:do_boot/3
escript: exception error: no match of right hand side value {error,bad_directory}
in function erl_eval:expr/6 (erl_eval.erl, line 498)
in call from escript:eval_exprs/5 (escript.erl, line 869)
in call from erl_eval:local_func/8 (erl_eval.erl, line 646)
in call from escript:interpret/4 (escript.erl, line 780)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_em/1
in call from init:do_boot/3
I can't seem to figure out what is going wrong with this one.Priyaranjan Mudliar
04/25/2024, 7:40 AMJustin Wood
04/25/2024, 12:28 PMJustin Wood
04/25/2024, 1:18 PM