mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-06-22 19:11:33 +00:00
feat(compiler): Generate empty calls to responseHandlerSrv
[LNG-286] (#979)
* Add noEmptyResponse * Fix tests
This commit is contained in:
@ -7,6 +7,7 @@ function getConfig({
|
||||
noXor = false,
|
||||
targetType = "air",
|
||||
tracing = false,
|
||||
noEmptyResponse = false,
|
||||
}) {
|
||||
return new AquaConfig(
|
||||
logLevel,
|
||||
@ -19,6 +20,7 @@ function getConfig({
|
||||
air: "air",
|
||||
}[targetType],
|
||||
tracing,
|
||||
noEmptyResponse,
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user