gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: taler-util: exit with correct


From: gnunet
Subject: [taler-wallet-core] branch master updated: taler-util: exit with correct status, not always 1
Date: Sun, 19 Feb 2023 13:41:37 +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 f4a651ef3 taler-util: exit with correct status, not always 1
f4a651ef3 is described below

commit f4a651ef32ee96cbeae0a807c5b10fde8bdfa9f4
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Feb 19 13:41:30 2023 +0100

    taler-util: exit with correct status, not always 1
---
 packages/taler-util/src/compat.node.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/compat.node.ts 
b/packages/taler-util/src/compat.node.ts
index ed27a7acd..fb2db2995 100644
--- a/packages/taler-util/src/compat.node.ts
+++ b/packages/taler-util/src/compat.node.ts
@@ -20,7 +20,7 @@ import path from "node:path";
 import os from "node:os";
 
 export function processExit(status: number): never {
-  process.exit(1);
+  process.exit(status);
 }
 
 export function processArgv(): string[] {

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