Commit 159ce2d9 authored by yann300's avatar yann300

add sol extension

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