Skip to content

Commit

Permalink
fix: missing .name
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Jun 18, 2019
1 parent cf8e1f1 commit 80959a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/skeleton-dir.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = async function(supplier, {
info('Using remote skeleton ' + result.shortcut);

if (!_tmpFolder) {
_tmpFolder = tmp.dirSync({unsafeCleanup: true});
_tmpFolder = tmp.dirSync({unsafeCleanup: true}).name;
}

try {
Expand Down

0 comments on commit 80959a6

Please sign in to comment.