nv-buf-storage 1.4.4 → 1.4.5
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/mthds/cmmn.js +1 -1
- package/package.json +1 -1
package/mthds/cmmn.js
CHANGED
|
@@ -574,7 +574,7 @@ async function _write(v) {
|
|
|
574
574
|
} else if(typnm === "bigint") {
|
|
575
575
|
var [vsi,vei] = this.wo(v); if(vei !== 0) { return [_tname.nm2em("bi"),vsi,vei] } else { return [0,0,0]}
|
|
576
576
|
} else if(typnm === "symbol") {
|
|
577
|
-
var tnm =
|
|
577
|
+
var tnm = _tname.sym(v);
|
|
578
578
|
if(tnm === "gy") {
|
|
579
579
|
v = v.description;
|
|
580
580
|
} else if(tnm === "ly_wn") {
|