Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. fs.appendFileSync('file_name').toString().split('n').forEach(function(line){
  2. app.console.log("called append");
  3. var sEntry = line.split("=");
  4. if (sEntry.length == 2) {
  5. if (sEntry[0] == "LINE_IAM_INTERESTED") {
  6. app.console.log("found one!!!!");
  7. }
  8. }
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement