mirror of https://github.com/embarklabs/embark.git
Fix fuzzer for bytes and uint
This commit is contained in:
parent
2d1e081c15
commit
4526c1a871
|
@ -66,7 +66,7 @@ class Profiler {
|
||||||
|
|
||||||
self.profileJSON(contractName, (err, table) => {
|
self.profileJSON(contractName, (err, table) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
return res.send({error: err});
|
return res.send({error: err.message});
|
||||||
}
|
}
|
||||||
res.send(table);
|
res.send(table);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue