@smrq/openscad-js
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@smrq/openscad-js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "OpenSCAD, but in a real programming language", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -54,3 +54,3 @@ const indent = '\t'; | ||
} | ||
throw new Error('unexpected value ' + arg); | ||
throw new Error('unexpected value ' + value); | ||
} | ||
@@ -57,0 +57,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3979