Add run_template action
This commit is contained in:
parent
0ab3eb837b
commit
1dbcce5c28
|
|
@ -241,7 +241,7 @@ void _checkResponse(String url, http.Response response) {
|
|||
*/
|
||||
|
||||
if (!kReleaseMode) {
|
||||
print('Response: ${formatSize(response.body.length)}');
|
||||
print('Response: ${formatSize(response.bodyBytes.length)}');
|
||||
if (Config.DEBUG_REQUESTS) {
|
||||
printWrapped('${response.statusCode} ${response.body}');
|
||||
print('Headers: ${response.headers}');
|
||||
|
|
|
|||
Loading…
Reference in New Issue