puvox-library 1.0.81 → 1.0.82
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/library_standard.js +1 -1
- package/package.json +1 -1
package/library_standard.js
CHANGED
@@ -3103,7 +3103,7 @@ class PuvoxLibrary {
|
|
3103
3103
|
return defaultContent;
|
3104
3104
|
}
|
3105
3105
|
else{
|
3106
|
-
cont = parent.file.read(filePath, null);
|
3106
|
+
const cont = parent.file.read(filePath, null);
|
3107
3107
|
// if specifically array, then on empty, reckon as array
|
3108
3108
|
if (cont===null)
|
3109
3109
|
{
|