Skip to content

Commit e52bcb5

Browse files
committed
Fix logs.
1 parent f337efe commit e52bcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postinstall.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ move(getMovePaths('.babelrc'), log);
66
move(getMovePaths('tns'), log);
77

88
console.log('listing files');
9-
fs.readdirSync(testFolder).forEach(file => {
9+
fs.readdirSync(path.join(__dirname, '..', '..','tns')).forEach(file => {
1010
console.log(file);
1111
})
1212

0 commit comments

Comments
 (0)