mirror of https://github.com/embarklabs/embark.git
fix callback
This commit is contained in:
parent
0af55a4f5d
commit
ac349f5819
|
@ -53,7 +53,7 @@ class IPFS {
|
|||
console.log(err);
|
||||
cb(err);
|
||||
}
|
||||
else cb(__('successfully uploaded to ipfs'));
|
||||
else cb(null, __('successfully uploaded to ipfs'));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue