Skip to content

Commit

Permalink
Merge cb50d87 into dd8bef2
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Mar 8, 2020
2 parents dd8bef2 + cb50d87 commit 4e28da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -915,9 +915,9 @@ class Generator extends EventEmitter {
* @param {String} [path] The name in which is stored inside the json
* @param {String} [lodashPath] Treat path as an lodash path
* @return {Storage} json storage
* @private
*/
createStorage(storePath, path, lodashPath = false) {
storePath = this.destinationPath(storePath);
return new Storage(path, this.fs, storePath, lodashPath);
}

Expand Down

0 comments on commit 4e28da1

Please sign in to comment.