wiringbits / scala-webapp-template

A pragmatic skeleton to build web applications in Scala/Scala.js, including user registration, login, admin portal, and, deployments
https://template-demo.wiringbits.net/
MIT License
172 stars 40 forks source link

Fix token parser match exhaustive error #398

Closed KapStorm closed 1 year ago

KapStorm commented 1 year ago

For some reason Macro.parser send us a match exhaust error that stops the compilation, this fixes it