Skip to content

Commit

Permalink
Added confirmation on script start.
Browse files Browse the repository at this point in the history
  • Loading branch information
excap3r committed Sep 3, 2020
1 parent 0038973 commit 61aade0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ const checkVLC = async () => {
});
};

console.clear();
console.log(`Succesfully started, VLC will be checked every ${check_interval_timeout}s..`);

const AutoCheck = setInterval(() => checkVLC(), check_interval_timeout * 1000);

0 comments on commit 61aade0

Please sign in to comment.