gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: fix outdated err


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: fix outdated error message
Date: Tue, 02 Apr 2024 12:07:54 +0200

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 6a41dc3b8 wallet-core: fix outdated error message
6a41dc3b8 is described below

commit 6a41dc3b8ae2799363e0301c10a5c6abee1e2b6f
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Apr 2 12:07:51 2024 +0200

    wallet-core: fix outdated error message
---
 packages/taler-wallet-core/src/dev-experiments.ts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/packages/taler-wallet-core/src/dev-experiments.ts 
b/packages/taler-wallet-core/src/dev-experiments.ts
index 522a62316..62f6d86f2 100644
--- a/packages/taler-wallet-core/src/dev-experiments.ts
+++ b/packages/taler-wallet-core/src/dev-experiments.ts
@@ -64,9 +64,7 @@ export async function applyDevExperiment(
     return;
   }
   if (!wex.ws.config.testing.devModeActive) {
-    throw Error(
-      "can't handle devmode URI (other than enable-devmode) unless devmode is 
active",
-    );
+    throw Error("can't handle devmode URI unless devmode is active");
   }
 
   if (parsedUri.devExperimentId == "insert-pending-refresh") {

-- 
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]