Translate level wrapper code

This commit is contained in:
Phoenix Eliot 2016-08-18 13:24:04 -07:00
parent 605169e792
commit c33f86768a

View file

@ -94,6 +94,7 @@ module.exports = class Spell
fallingBack = true
try
@originalSource = _.template @originalSource, context
@wrapperCode = _.template @wrapperCode, context
catch e
console.error "Couldn't create example code template of", @originalSource, "\nwith context", context, "\nError:", e