mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 05:46:03 +00:00
00ad5321bd
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.