backend-plus 2.0.0-rc.1 → 2.0.0-rc.2
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 -0
- package/package.json +1 -1
package/lib/backend-plus.js
CHANGED
|
@@ -2847,6 +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
2851
|
}
|
|
2851
2852
|
}
|
|
2852
2853
|
if (allTableData) {
|
package/package.json
CHANGED