Merge pull request #409 from wraith13/patch-1
Modifying messages to match the current situation
This commit is contained in:
commit
2844e5bed5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ async function _publish(packagePath: string, pat: string, manifest: Manifest): P
|
||||||
|
|
||||||
return promise
|
return promise
|
||||||
.catch(err => Promise.reject(err.statusCode === 409 ? `${fullName} already exists.` : err))
|
.catch(err => Promise.reject(err.statusCode === 409 ? `${fullName} already exists.` : err))
|
||||||
.then(() => log.done(`Published ${fullName}\nYour extension will live at ${getPublishedUrl(name)} (might take a few seconds for it to show up).`));
|
.then(() => log.done(`Published ${fullName}\nYour extension will live at ${getPublishedUrl(name)} (might take a few minutes for it to show up).`));
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
const message = err && err.message || '';
|
const message = err && err.message || '';
|
||||||
|
|
Loading…
Add table
Reference in a new issue