Commit 2f00c3c9 by Edgar Hipp

returning silently when image cannot be found

parent d8182945
......@@ -33,8 +33,7 @@ class ImageModule
try
imgData=fs.readFileSync(imgName)
catch e
console.error "image not defined #{imgName}"
throw e
return
rId=@imgManager
.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