Closed GuanYixuan closed 5 months ago
Found by opening .sus files (under debug mode) where empty lines are passed to the startsWith() function. This issue does not crash the current released version, but it does trigger an assertion error when run in debug mode.
.sus
line
startsWith()
Found by opening
.sus
files (under debug mode) where emptyline
s are passed to thestartsWith()
function. This issue does not crash the current released version, but it does trigger an assertion error when run in debug mode.