Some improvements for the CLI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -58,7 +58,7 @@ export default async function publish() {
|
||||
.then((res) =>
|
||||
res.status === 200
|
||||
? res.json()
|
||||
: Promise.reject(new Error("res.statusText"))
|
||||
: Promise.reject(new Error(res.statusText))
|
||||
)
|
||||
.then((res) => {
|
||||
if (!res.success) {
|
||||
|
Reference in New Issue
Block a user