mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-27 05:56:21 +00:00
fix callback
This commit is contained in:
parent
1efdc00471
commit
c3382c9dd6
@ -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…
x
Reference in New Issue
Block a user