mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
Fix compilation
This commit is contained in:
parent
eebb35fa55
commit
db9cea1841
@ -38,7 +38,7 @@ object Library {
|
||||
)
|
||||
.unsafeRunSync()
|
||||
|
||||
result.fold(
|
||||
result.value.value.fold(
|
||||
errors =>
|
||||
errors.toChain.toList.zipWithIndex.foreach { case (error, i) =>
|
||||
errorsPointer.write(i, CTypeConversion.toCString(error).get())
|
||||
|
Loading…
Reference in New Issue
Block a user