[desktop] Tauri update v2.2.5
This commit is contained in:
@@ -750,7 +750,7 @@ export class PortapiService {
|
||||
// for data-manipulating methods success
|
||||
// ends the stream.
|
||||
if (data.type === 'success') {
|
||||
observer.next();
|
||||
observer.next(null as any);
|
||||
observer.complete();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user