mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
scan-analyze still doesnt work but at least its not full of html
This commit is contained in:
parent
1890f1fd44
commit
f628a18551
@ -427,9 +427,9 @@ export class Terminal implements ITerminal {
|
|||||||
} // Don't print current server
|
} // Don't print current server
|
||||||
const titleDashes = Array((d - 1) * 4 + 1).join("-");
|
const titleDashes = Array((d - 1) * 4 + 1).join("-");
|
||||||
if (player.hasProgram(Programs.AutoLink.name)) {
|
if (player.hasProgram(Programs.AutoLink.name)) {
|
||||||
this.print("<strong>" + titleDashes + "> <a class='scan-analyze-link'>" + s.hostname + "</a></strong>", false);
|
this.print(s.hostname);
|
||||||
} else {
|
} else {
|
||||||
this.print("<strong>" + titleDashes + ">" + s.hostname + "</strong>");
|
this.print(s.hostname);
|
||||||
}
|
}
|
||||||
|
|
||||||
const dashes = titleDashes + "--";
|
const dashes = titleDashes + "--";
|
||||||
|
Loading…
Reference in New Issue
Block a user