diff --git a/index.js b/index.js index 38022c93c..6002565fb 100644 --- a/index.js +++ b/index.js @@ -6,6 +6,8 @@ app_path = __dirname; app_name = 'bmwcd'; app_intf = 'client'; +process.title = app_name; + terminating = false; // node-bmw shared libraries diff --git a/package.json b/package.json index 3527fb4f3..722aab40b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "description": "NodeJS-powered BMW interface", "devDependencies": { - "eslint": "^8.52.0", + "eslint": "^8.53.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1"