Closed RiverPhillips closed 1 year ago
The V8 failure is due to the internal function name change, you can fix it by changing:
host->isErrorLogged(" - rust_oom")
to
host->isErrorLogged("rust_oom")
in test/runtime_test.cc at line 145.
test/runtime_test.cc
The V8 failure is due to the internal function name change, you can fix it by changing:
to
in
test/runtime_test.cc
at line 145.