We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa0420 commit 1cf97afCopy full SHA for 1cf97af
src/utils.js
@@ -84,7 +84,7 @@ function generateQuestions(config = {}, questions = {}) {
84
* @param {array} dir
85
*/
86
function createListOfDirectories(prev, dir) {
87
-return {
+ return {
88
...prev,
89
[dir.split(path.sep).pop()]: dir,
90
}
0 commit comments