ChangeLog:
Now the compile() function in desktop.js captures all messages sent to the console, and sends them back tofail(s, m) and success(s, m), being s the compiled story and m the warning/error messages, if any. Both functions, fail() and success(), are defined in squiffy-editor.js.
ChangeLog: Now the
compile()
function in desktop.js captures all messages sent to the console, and sends them back tofail(s, m)
andsuccess(s, m)
, being s the compiled story and m the warning/error messages, if any. Both functions,fail()
andsuccess()
, are defined in squiffy-editor.js.