Commit d64795b
watch: fix interaction with multiple env files
PR-URL: #60605
Fixes: #60599
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent 727560a commit d64795bCopy full SHA for d64795b
File tree
Expand file treeCollapse file tree
4 files changed
+43
-5
lines changedOpen diff view settings
Filter options
- lib/internal/main
- src
- test
- parallel
- sequential
Expand file treeCollapse file tree
4 files changed
+43
-5
lines changedOpen diff view settings
Collapse file
lib/internal/main/watch_mode.js
Copy file name to clipboardExpand all lines: lib/internal/main/watch_mode.js+6-3Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
38 | 41 | |
39 | 42 | |
40 | 43 | |
| ||
100 | 103 | |
101 | 104 | |
102 | 105 | |
103 | | - |
104 | | - |
| 106 | + |
| 107 | + |
105 | 108 | |
106 | 109 | |
107 | 110 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
185 | 185 | |
186 | 186 | |
187 | 187 | |
188 | | - |
189 | | - |
| 188 | + |
| 189 | + |
190 | 190 | |
191 | 191 | |
192 | 192 | |
|
Collapse file
test/parallel/test-dotenv-edge-cases.js
Copy file name to clipboardExpand all lines: test/parallel/test-dotenv-edge-cases.js+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
42 | 53 | |
43 | 54 | |
44 | 55 | |
|
Collapse file
test/sequential/test-watch-mode.mjs
Copy file name to clipboardExpand all lines: test/sequential/test-watch-mode.mjs+24Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
860 | 860 | |
861 | 861 | |
862 | 862 | |
| 863 | + |
| 864 | + |
| 865 | + |
| 866 | + |
| 867 | + |
| 868 | + |
| 869 | + |
| 870 | + |
| 871 | + |
| 872 | + |
| 873 | + |
| 874 | + |
| 875 | + |
| 876 | + |
| 877 | + |
| 878 | + |
| 879 | + |
| 880 | + |
| 881 | + |
| 882 | + |
| 883 | + |
| 884 | + |
| 885 | + |
| 886 | + |
863 | 887 | |
0 commit comments