gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: removing await to keep buildi


From: gnunet
Subject: [taler-wallet-core] branch master updated: removing await to keep building process compatibility with node12 (current debian stable)
Date: Sun, 26 Jun 2022 22:31:16 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new d7dfdb1e removing await to keep building process compatibility with 
node12 (current debian stable)
d7dfdb1e is described below

commit d7dfdb1e2706df4a48b82a621a7c8fcd14a4631d
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Sun Jun 26 17:29:35 2022 -0300

    removing await to keep building process compatibility with node12 (current 
debian stable)
---
 packages/taler-wallet-webextension/build-fast-with-linaria.mjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/build-fast-with-linaria.mjs 
b/packages/taler-wallet-webextension/build-fast-with-linaria.mjs
index 177c1761..dc6f7b2b 100755
--- a/packages/taler-wallet-webextension/build-fast-with-linaria.mjs
+++ b/packages/taler-wallet-webextension/build-fast-with-linaria.mjs
@@ -94,7 +94,7 @@ export const buildConfig = {
   ],
 }
 
-await esbuild
+esbuild
   .build(buildConfig)
   .catch((e) => {
     console.log(e)

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