tspace-mysql 1.5.0-beta.2 → 1.5.0-beta.3

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.
@@ -105,6 +105,7 @@ exports.default = (cmd) => {
105
105
  return model;
106
106
  }
107
107
  catch (err) {
108
+ console.error(err);
108
109
  console.log(`Check your 'Model' from path : '${pathModel}' is not instance of Model`);
109
110
  return null;
110
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tspace-mysql",
3
- "version": "1.5.0-beta.2",
3
+ "version": "1.5.0-beta.3",
4
4
  "description": "mysql query builder object relational mapping",
5
5
  "main": "build/lib/index.js",
6
6
  "types": "build/lib/index.d.ts",