mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
ci: Set write response on failure to true
This commit is contained in:
parent
35eb07b780
commit
01cd3b0240
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ Future<void> main() async {
|
|||
final resultString = _encodeJson(data);
|
||||
await file.writeAsString(resultString);
|
||||
},
|
||||
writeResponseOnFailure: true,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue