martignoni / hugo-video

A Hugo theme component to embed videos using HTML video element
GNU General Public License v3.0
107 stars 27 forks source link

Shortcode breaks when file not found #6

Closed martignoni closed 4 years ago

martignoni commented 4 years ago

Steps to reproduce and actual result

  1. Call the shortcode with {{< video src="video" >}} with no video file of this name in the bundle
  2. Observe that a shortcode breaks badly, though a correct error message is displayed.

Expected result

An error with adequate message is displayed with no other error.

martignoni commented 4 years ago

Tested. Works as expected. Closing.