mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
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…
x
Reference in New Issue
Block a user