ScenicFramework / scenic

Core Scenic library
Apache License 2.0
1.99k stars 137 forks source link

Improve static assets otp_app error message #305

Closed axelson closed 1 year ago

axelson commented 1 year ago

Description

Changes the error message raised when Scenic.Assets.Static.build!/2 encounters an error.

Motivation and Context

Previously it wasn't possible to know the specific error message which could potentially cover up other error messages. Also knowing the value that was tried gives a good hint about if you are setting the value in your configuration in the right place.

Hopefully this change will help user's debug errors in their assets otp_app configuration.

Types of changes

Checklist