mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-30 09:57:32 +01:00
Strip trailing spaces
This commit is contained in:
parent
a6710eb3e5
commit
a7d200f7c6
@ -10,16 +10,16 @@ import { WorkerScript } from "./WorkerScript";
|
||||
* script is killed. Which grants the player access to the class and the ability
|
||||
* to construct new instances with arbitrary data.
|
||||
*/
|
||||
export class ScriptDeath {
|
||||
export class ScriptDeath {
|
||||
/** Process ID number. */
|
||||
pid: number;
|
||||
|
||||
|
||||
/** Filename of the script. */
|
||||
name: string;
|
||||
|
||||
|
||||
/** IP Address on which the script was running */
|
||||
hostname: string;
|
||||
|
||||
|
||||
/** Status message in case of script error. */
|
||||
errorMessage = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user