Commit 2f00c3c9 by Edgar Hipp

returning silently when image cannot be found

parent d8182945
...@@ -33,8 +33,7 @@ class ImageModule ...@@ -33,8 +33,7 @@ class ImageModule
try try
imgData=fs.readFileSync(imgName) imgData=fs.readFileSync(imgName)
catch e catch e
console.error "image not defined #{imgName}" return
throw e
rId=@imgManager rId=@imgManager
.loadImageRels() .loadImageRels()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment