From 7558d48a3af36a68c44b7d6d97101c63c4f424a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 09:49:27 +0800 Subject: [PATCH] Update main.js --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index cb76cdf..ea71074 100644 --- a/main.js +++ b/main.js @@ -281,6 +281,7 @@ function processTasks(tasks, callback) { function checkObjects(options, regType, regName, regFullName, tasks, newObjects) { let params = config.params; +/* let options = { config: { type: params.type || 'tcp', @@ -292,7 +293,7 @@ function checkObjects(options, regType, regName, regFullName, tasks, newObjects) devices: {} }; options.config.round = Math.pow(10, options.config.round); - +*/ }