mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Update copy-to-examples.js
This commit is contained in:
parent
9bebfb3613
commit
d844f48e87
1 changed files with 3 additions and 3 deletions
|
@ -58,11 +58,11 @@ if (fs.existsSync(dest))
|
|||
|
||||
const options = {
|
||||
path: './src',
|
||||
extensions: [ '.js' ]
|
||||
extensions: [ 'js' ]
|
||||
};
|
||||
|
||||
|
||||
sloc(options).then((res) => {
|
||||
console.log('Source files: ' + res.sloc.files + '\nLines of code: ' + res.sloc.sloc);
|
||||
console.log('Source files: ' + res.files + '\nLines of code: ' + res.sloc);
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue