use standard js style
This commit is contained in:
parent
2a048369fe
commit
1809db5669
3 changed files with 15 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
var fs = require('fs')
|
||||
var path = require('path')
|
||||
|
||||
module.exports = fs.readFileSync(path.join(__dirname, 'path.txt'), 'utf-8')
|
||||
module.exports = fs.readFileSync(path.join(__dirname, 'path.txt'), 'utf-8')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue