mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +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);
|
final resultString = _encodeJson(data);
|
||||||
await file.writeAsString(resultString);
|
await file.writeAsString(resultString);
|
||||||
},
|
},
|
||||||
|
writeResponseOnFailure: true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue