Commit 24bee1cc authored by yann300's avatar yann300

save at compilation time

parent 17843a4e
......@@ -554,6 +554,8 @@ var run = function () {
compiler.event.register('compilationStarted', this, function () {
editor.clearAnnotations()
var input = editor.getValue()
editor.setCacheFileContent(input)
})
function startdebugging (txHash) {
......
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