mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-10 06:14:24 +00:00
Fix fuzzer for bytes and uint
This commit is contained in:
parent
8d670a6af7
commit
44a52338e5
@ -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);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user