gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: resolve -> path


From: gnunet
Subject: [taler-wallet-core] branch master updated: resolve -> path
Date: Tue, 16 Jan 2024 19:50:25 +0100

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 afb91f0dc resolve -> path
afb91f0dc is described below

commit afb91f0dc06294d9a1fdb30c6821eaeed71ae427
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jan 16 15:50:17 2024 -0300

    resolve -> path
---
 packages/web-util/build.mjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/web-util/build.mjs b/packages/web-util/build.mjs
index 6320b4937..1dffe96e4 100755
--- a/packages/web-util/build.mjs
+++ b/packages/web-util/build.mjs
@@ -63,7 +63,7 @@ const nativeNodeModulesPlugin = {
     // If a ".node" file is imported within a module in the "file" namespace, 
resolve 
     // it to an absolute path and put it into the "node-file" virtual 
namespace.
     build.onResolve({ filter: /\.node$/, namespace: 'file' }, args => ({
-      path: require.resolve(args.path, { paths: [args.resolveDir] }),
+      path: path.resolve(args.path, { paths: [args.resolveDir] }),
       namespace: 'node-file',
     }))
 

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