Commit b4f67598951ad2e5a01cd42b97b241171b005e32

Authored by Adhidarma Hadiwinoto
1 parent 18291ea80d
Exists in master

Perbaikan dumper pada hit

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/hit/dump-req-res.js
... ... @@ -40,7 +40,7 @@ DATE: ${moment().format('YYYY-MM-DD HH:mm:ss.SSS')}
40 40 TASK:
41 41 ${JSON.stringify(task, null, 2)}
42 42  
43   -IS-ADVICE: !!${isAdvice}
  43 +IS-ADVICE: ${!!isAdvice}
44 44  
45 45 HTTP-METHOD: ${httpMethod}
46 46 URL: ${endpointUrl}