mirror of
https://github.com/lone-cloud/prism
synced 2026-06-04 04:04:44 -07:00
fix ci
This commit is contained in:
parent
eeea750873
commit
77f088501f
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ export async function startDaemon() {
|
||||||
|
|
||||||
if (authError && !cleaned) {
|
if (authError && !cleaned) {
|
||||||
logWarn('Detected stale account data, cleaning up and retrying...');
|
logWarn('Detected stale account data, cleaning up and retrying...');
|
||||||
|
|
||||||
proc.kill();
|
proc.kill();
|
||||||
|
|
||||||
await unlinkDevice();
|
await unlinkDevice();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue