1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Fix shell output.

This commit is contained in:
Simo Kinnunen 2014-07-25 16:54:26 +09:00
parent a332b6a5bb
commit 7286fac282
2 changed files with 4 additions and 2 deletions

View file

@ -45,7 +45,7 @@ var wireutil = {
source
, seq++
, true
, data || 'success'
, data === null ? null : (data || 'success')
, body ? JSON.stringify(body) : null
))
}