[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: remove unwanted char
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: remove unwanted char |
Date: |
Mon, 10 May 2021 15:41:57 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new b4c47540 remove unwanted char
b4c47540 is described below
commit b4c4754008271a86147bc3f0b09ddbb502d308de
Author: MS <ms@taler.net>
AuthorDate: Mon May 10 15:41:52 2021 +0200
remove unwanted char
---
packages/taler-wallet-cli/src/assets.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/taler-wallet-cli/src/assets.ts
b/packages/taler-wallet-cli/src/assets.ts
index 6408e6ae..7d6b8f33 100644
--- a/packages/taler-wallet-cli/src/assets.ts
+++ b/packages/taler-wallet-cli/src/assets.ts
@@ -41,10 +41,10 @@ export function resolveAsset(name: string): string {
// FIXME: Take into account some ASSETS environment variable?
assetPath = path.resolve(path.join(d, "..", "assets", name));
} else {
- throw Error("Can't resolve asset (unknown )");
+ throw Error("Can't resolve asset (unknown)");
}
if (!fs.existsSync(assetPath)) {
throw Error(`Asset '${name} not found'`);
}
return assetPath;
-}
\ No newline at end of file
+}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: remove unwanted char,
gnunet <=