fix issue where tmp folder would get deleted
This commit is contained in:
parent
3b9cc0339b
commit
60b39cd159
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue