RIDDL 1.2.2
Bug Fixes
- Fix null newline strings in Scala.js builds -
System.lineSeparator()andSystem.getProperty("line.separator")both return null in Scala.js, causing error messages to be truncated or malformed. Changed to use "\n" directly.
This fixes the "Failed to load BAST import" error message truncation when using the JS version of RIDDL (e.g., in synapify).
Installation
See Installation Instructions for all installation options.