mastercontroller 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/MasterRouter.js +2 -2
  2. package/package.json +1 -1
package/MasterRouter.js CHANGED
@@ -1,4 +1,4 @@
1
- // version 0.0.247
1
+ // version 0.0.248
2
2
 
3
3
  var master = require('./MasterControl');
4
4
  var toolClass = require('./MasterTools');
@@ -87,7 +87,7 @@ var tools = new toolClass();
87
87
  return -1;
88
88
  }
89
89
  else{
90
- master.error.log(`route list is not an array`, "Error");
90
+ master.error.log(`route list is not an array`, "error");
91
91
  return -1;
92
92
  }
93
93
  }
package/package.json CHANGED
@@ -18,5 +18,5 @@
18
18
  "scripts": {
19
19
  "test": "echo \"Error: no test specified\" && exit 1"
20
20
  },
21
- "version": "1.2.3"
21
+ "version": "1.2.4"
22
22
  }