gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -missing return


From: gnunet
Subject: [taler-wallet-core] branch master updated: -missing return
Date: Tue, 05 Mar 2024 01:28:57 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 78f93e66f -missing return
78f93e66f is described below

commit 78f93e66ff434fe52baab77155056137c80f30c6
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Mar 5 01:28:53 2024 +0100

    -missing return
---
 packages/taler-wallet-core/src/shepherd.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/shepherd.ts 
b/packages/taler-wallet-core/src/shepherd.ts
index 0544288ba..90cb53aac 100644
--- a/packages/taler-wallet-core/src/shepherd.ts
+++ b/packages/taler-wallet-core/src/shepherd.ts
@@ -343,7 +343,6 @@ export class TaskSchedulerImpl implements TaskScheduler {
       );
       const startTime = AbsoluteTime.now();
       logger.trace(`Shepherd for ${taskId} will call handler`);
-      // FIXME: This should already return the retry record.
       const res = await runTaskWithErrorReporting(
         this.ws,
         taskId,
@@ -358,6 +357,7 @@ export class TaskSchedulerImpl implements TaskScheduler {
       }
       if (this.ws.stopped) {
         logger.info("wallet stopped, not processing result");
+        return;
       }
       wex.oc.observe({
         type: ObservabilityEventType.ShepherdTaskResult,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]