diff --git a/src/app.js b/src/app.js index 3a627f7c6b..b6205e45d2 100644 --- a/src/app.js +++ b/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)