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 8d670a6af7
commit 44a52338e5

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);
});