Skip to content

Commit

Permalink
new dist
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Jan 7, 2025
1 parent b356a08 commit ea9e10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/src/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var Path = exports.Path = /*#__PURE__*/function () {
current = _path$slice2$2 === void 0 ? null : _path$slice2$2,
_path$slice2$3 = _path$slice2[2],
right = _path$slice2$3 === void 0 ? null : _path$slice2$3;
return [left, current, right];
return [left !== null && left !== void 0 ? left : null, current, right !== null && right !== void 0 ? right : null];
}
return [null, null, null];
}
Expand Down

0 comments on commit ea9e10a

Please sign in to comment.