mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-13 06:06:51 +00:00
Embark's `File.content` is an asynchrononus getter that potentially downloads the contents of a file from its `externalUrl`. This can potentially fail but is not properly reported to the user as the error itself is ignored. This commit ensures errors are propagated and displayed to the user.