mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
fix errors
This commit is contained in:
@@ -12,7 +12,7 @@ export class SyncCommand {
|
||||
const result = await this.syncService.fullSync(cmd.force || false);
|
||||
return Response.success();
|
||||
} catch (e) {
|
||||
return Response.success(e.toString());
|
||||
return Response.error(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user