post_data now logs as hex instead of raw WordArray

This commit is contained in:
zefie
2022-02-10 01:51:23 -05:00
parent 8068f842df
commit d14c4293aa
2 changed files with 10 additions and 2 deletions

View File

@@ -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