Fix fuzzer for bytes and uint

This commit is contained in:
Anthony Laibe 2018-08-09 10:38:01 +01:00 committed by Iuri Matias
parent f3f68a73f2
commit 3300a7754b

View File

@ -66,7 +66,7 @@ class Profiler {
self.profileJSON(contractName, (err, table) => {
if (err) {
return res.send({error: err});
return res.send({error: err.message});
}
res.send(table);
});