build-dxf 0.0.26-1 → 0.0.27
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/package.json +1 -1
- package/src/build.js +1 -1
package/package.json
CHANGED
package/src/build.js
CHANGED
|
@@ -1604,7 +1604,7 @@ class z extends V {
|
|
|
1604
1604
|
/* @vite-ignore */
|
|
1605
1605
|
"fs"
|
|
1606
1606
|
), c = l.readFileSync(t), a = JSON.parse(c.toString("utf-8"));
|
|
1607
|
-
return this.set(a, e, n);
|
|
1607
|
+
return this.set(a, e, n, i);
|
|
1608
1608
|
} else
|
|
1609
1609
|
throw new Error("非node环境不允许使用路径");
|
|
1610
1610
|
this.scale = n, this.width = e;
|