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