This commit is contained in:
Anthony Laibe 2018-08-22 10:58:01 +01:00
parent b0e0989359
commit 60c6bc3e48
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ __embarkSwarm.getUrl = function (hash) {
return `${this._config.getUrl || this._connectUrl + '/bzz:/'}${hash}`;
};
const NotAvailable = "Not available with Swarm"
const NotAvailable = "Not available with Swarm";
__embarkSwarm.resolve = function () {
return new Error(NotAvailable);