public_host 4 years ago
parent
commit
fe549bd496
  1. 4
      hasaki-gen-crud.js

4
hasaki-gen-crud.js

@ -9,11 +9,13 @@ try {
console.log(start)
console.log(fileName)
var context = fs.readFileSync(fileName)
fs.readFile(fileName, function (context) {
var context_arr = context.split("\n")
console.log(context)
console.log(context_arr[start])
})
} catch (error) {
console.log(error)
Loading…
Cancel
Save