backend-plus 2.0.0-rc.2 → 2.0.0-rc.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.
- package/lib/backend-plus.js +1 -1
- package/package.json +1 -1
package/lib/backend-plus.js
CHANGED
|
@@ -2847,7 +2847,7 @@ AppBackend.prototype.dumpDbSchemaPartial = async function dumpDbSchemaPartial(pa
|
|
|
2847
2847
|
allTableData = allTableContent.slice(startIndex, lastIndex);
|
|
2848
2848
|
} catch(err) {
|
|
2849
2849
|
if (err.code != 'ENOENT') throw err;
|
|
2850
|
-
throw err;
|
|
2850
|
+
//throw err;
|
|
2851
2851
|
}
|
|
2852
2852
|
}
|
|
2853
2853
|
if (allTableData) {
|
package/package.json
CHANGED