Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fix the absence of circular structure treatment): fix the lack of…
… circular structure treatment The Step class uses JSON.stringify without the callback function to handle circular structures. When passing an object with a circular structure it shows the error "TypeError: Converting circular structure to JSON" and interrupts code execution. Now, the Step class performs the packaging of objects with circular structures. #46
- Loading branch information