Commit 655456c
committed
fix: pass correct directory to copyExtensions in template installation\n\nWhen installing template extensions, copyExtensions() was called with\nstagedDir as the source directory instead of extDir (_extensions folder).\nThis caused readExtensions() to fail finding any extensions on the second\ncall, resulting in an empty _extensions folder being created.\n\nFixes: #14008
1 parent def4986 commit 655456c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments