[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ops-www] branch master updated: let
From: |
gnunet |
Subject: |
[taler-taler-ops-www] branch master updated: let |
Date: |
Sun, 25 Feb 2024 00:42:28 +0100 |
This is an automated email from the git hooks/post-receive script.
nora pushed a commit to branch master
in repository taler-ops-www.
The following commit(s) were added to refs/heads/master by this push:
new 4007684 let
4007684 is described below
commit 4007684e43db7cbdb25773369677a7ce9d834919
Author: Nullptrderef <nullptrderef@national.shitposting.agency>
AuthorDate: Sun Feb 25 00:42:20 2024 +0100
let
---
build-system/fix-paths.mjs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build-system/fix-paths.mjs b/build-system/fix-paths.mjs
index 41816bd..7828717 100644
--- a/build-system/fix-paths.mjs
+++ b/build-system/fix-paths.mjs
@@ -5,9 +5,9 @@ const distDir = path.resolve('dist');
console.log('Applying patches to', distDir);
const recursiveReaddirSync = (p) => {
- const list = [],
- files = fs.readdirSync(p);
- let stats;
+ let list = [],
+ files = fs.readdirSync(p),
+ stats;
files.forEach((filepath) => {
stats = fs.lstatSync(path.join(p, filepath));
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taler-ops-www] branch master updated: let,
gnunet <=