mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
Fixed Netscript interpreter memory issues by breaking promise chains in while and for loops. Improved Stock Market UI. Added a button to kill script from log display box. Added confirm() Netscript function
This commit is contained in:
@@ -265,6 +265,10 @@ function loadBitVerse(destroyedBitNodeNum) {
|
||||
return writeRedPillLine(".......................................");
|
||||
}).then(function() {
|
||||
return writeRedPillLine("Welcome to the Bitverse...");
|
||||
}).then(function() {
|
||||
return writeRedPillLine(" ");
|
||||
}).then(function() {
|
||||
return writeRedPillLine("(Enter a new BitNode using the image above)");
|
||||
}).then(function() {
|
||||
return Promise.resolve(true);
|
||||
}).catch(function(e){
|
||||
|
||||
Reference in New Issue
Block a user