fix issue where tmp folder would get deleted

This commit is contained in:
Iuri Matias 2015-07-22 08:30:04 -04:00
parent 3b9cc0339b
commit 60b39cd159
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Blockchain.prototype.run_command = function(address, use_tmp) {
if (config.mine_when_needed) {
if (use_tmp) {
cmd += "js /tmp/mine.js";
cmd += "js /tmp/js/mine.js";
}
else {
cmd += "js node_modules/embark-framework/js/mine.js";