From 08aa9790f32a2dc4fd0e08ed7e871fb68f8e4421 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Mon, 16 Oct 2017 14:17:12 +0200 Subject: [PATCH] Fix lint issues. --- modules/node_modules/node_helper/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/node_modules/node_helper/index.js b/modules/node_modules/node_helper/index.js index 7a8818be..92931140 100644 --- a/modules/node_modules/node_helper/index.js +++ b/modules/node_modules/node_helper/index.js @@ -24,8 +24,8 @@ NodeHelper = Class.extend({ }, /* stop() - * Called when the MagicMirror server receives a `SIGINT` - * Close any open connections, stop any sub-processes and + * Called when the MagicMirror server receives a `SIGINT` + * Close any open connections, stop any sub-processes and * gracefully exit the module. * */ @@ -33,7 +33,6 @@ NodeHelper = Class.extend({ console.log("Stopping module helper: " + this.name); }, - /* socketNotificationReceived(notification, payload) * This method is called when a socket notification arrives. *