Skip to content

Commit 144e91f

Browse files
committed
fs: throw errors from sync branches instead of separate implementations
nodejs/node#49913
1 parent a32e331 commit 144e91f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

patches/node/build_add_gn_build_files.patch

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,10 +1183,10 @@ index 0000000000000000000000000000000000000000..2c9d2826c85bdd033f1df1d6188df636
11831183
+}
11841184
diff --git a/filenames.json b/filenames.json
11851185
new file mode 100644
1186-
index 0000000000000000000000000000000000000000..aa118ab320d83745723a2275efc556555c1e7768
1186+
index 0000000000000000000000000000000000000000..cf88cae11d5fe0f4436688d41f4bf90892392d36
11871187
--- /dev/null
11881188
+++ b/filenames.json
1189-
@@ -0,0 +1,733 @@
1189+
@@ -0,0 +1,732 @@
11901190
+// This file is automatically generated by generate_gn_filenames_json.py
11911191
+// DO NOT EDIT
11921192
+{
@@ -1199,7 +1199,6 @@ index 0000000000000000000000000000000000000000..aa118ab320d83745723a2275efc55655
11991199
+ "lib/internal/fs/recursive_watch.js",
12001200
+ "lib/internal/fs/rimraf.js",
12011201
+ "lib/internal/fs/streams.js",
1202-
+ "lib/internal/fs/sync.js",
12031202
+ "lib/internal/fs/sync_write_stream.js",
12041203
+ "lib/internal/fs/utils.js",
12051204
+ "lib/internal/fs/watchers.js",

0 commit comments

Comments
 (0)