We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138b95f commit 5d101a1Copy full SHA for 5d101a1
lib/shapeFactory.js
@@ -54,7 +54,7 @@ exports.makeBottle = function (occ, parameters) {
54
55
const aWire = occ.makeWire(aHalfWire, aMirroredWire);
56
57
- asser(aWire.isClosed);
+ assert(aWire.isClosed);
58
59
const aFace = occ.makeFace(aWire);
60
assert( 1 === aFace.numWires);
0 commit comments