save at compilation time

pull/1/head
yann300 8 years ago
parent 17843a4e91
commit 24bee1cc25
  1. 2
      src/app.js

@ -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) {

Loading…
Cancel
Save