From 159ce2d91428293bbbb795189fe83cec0059e7a0 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 8 May 2017 11:47:08 +0200 Subject: [PATCH] add sol extension --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)