post_data now logs as hex instead of raw WordArray
This commit is contained in:
@@ -155,6 +155,14 @@ class WTVShared {
|
||||
}
|
||||
}
|
||||
|
||||
decodePostData(obj) {
|
||||
if (obj.post_data) {
|
||||
var post_data = obj.post_data;
|
||||
obj.post_data = obj.post_data.toString();
|
||||
}
|
||||
return obj;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns an absolute path
|
||||
* @param {string} path
|
||||
|
||||
Reference in New Issue
Block a user