add sol extension

pull/1/head
yann300 8 years ago
parent 56850ce7f5
commit 159ce2d914
  1. 2
      src/app.js

@ -84,7 +84,7 @@ var run = function () {
while (files.exists(path + counter)) {
counter = (counter | 0) + 1
}
return path + counter
return path + counter + '.sol'
}
// Add files received from remote instance (i.e. another browser-solidity)

Loading…
Cancel
Save