Hi,
I encountered this annoying issue:
If the yaml to parse is invalid, the script is stuck in an infinite loop, filling the memory and ending with a magnificent crash.
How to reproduce:
yaml.safeLoad(' to:\n ta: "test"\n');
The expected behavior is obviously throwing an error, not being stuck in an infinite loop…
Hi,
I encountered this annoying issue:
If the yaml to parse is invalid, the script is stuck in an infinite loop, filling the memory and ending with a magnificent crash.
How to reproduce:
The expected behavior is obviously throwing an error, not being stuck in an infinite loop…