exit immediately after login command run (#5183)
This commit is contained in:
parent
419a041739
commit
b4a96c2365
|
@ -157,7 +157,7 @@ export class Program {
|
||||||
async () => await this.main.logout()
|
async () => await this.main.logout()
|
||||||
);
|
);
|
||||||
const response = await command.run(email, password, options);
|
const response = await command.run(email, password, options);
|
||||||
this.processResponse(response);
|
this.processResponse(response, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue