gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: linting


From: gnunet
Subject: [taler-wallet-core] branch master updated: linting
Date: Wed, 04 Aug 2021 22:32:30 +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 3ca05c09 linting
3ca05c09 is described below

commit 3ca05c090637b02bf751e448daf874f6acea44b0
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Aug 4 22:32:23 2021 +0200

    linting
---
 packages/taler-wallet-cli/src/lint.ts | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-cli/src/lint.ts 
b/packages/taler-wallet-cli/src/lint.ts
index 7f7cb2dc..22d08bb0 100644
--- a/packages/taler-wallet-cli/src/lint.ts
+++ b/packages/taler-wallet-cli/src/lint.ts
@@ -103,7 +103,9 @@ export async function sh(
       }
     });
     proc.on("exit", (code, signal) => {
-      console.log(`child process exited (${code} / ${signal})`);
+      if (code != 0 && context.verbose) {
+        console.log(`child process exited (${code} / ${signal})`);
+      }
       const bOut = Buffer.concat(stdoutChunks).toString("utf-8");
       const bErr = Buffer.concat(stderrChunks).toString("utf-8");
       resolve({
@@ -387,7 +389,7 @@ export async function checkExchangeHttpd(
 
     if (!resp) {
       console.log(
-        "error: request to /keys timed out." +
+        "error: request to /keys timed out. " +
           "Make sure to sign and upload denomination and signing keys " +
           "with taler-exchange-offline.",
       );

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