mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-17 10: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
|
* script is killed. Which grants the player access to the class and the ability
|
||||||
* to construct new instances with arbitrary data.
|
* to construct new instances with arbitrary data.
|
||||||
*/
|
*/
|
||||||
export class ScriptDeath {
|
export class ScriptDeath {
|
||||||
/** Process ID number. */
|
/** Process ID number. */
|
||||||
pid: number;
|
pid: number;
|
||||||
|
|
||||||
/** Filename of the script. */
|
/** Filename of the script. */
|
||||||
name: string;
|
name: string;
|
||||||
|
|
||||||
/** IP Address on which the script was running */
|
/** IP Address on which the script was running */
|
||||||
hostname: string;
|
hostname: string;
|
||||||
|
|
||||||
/** Status message in case of script error. */
|
/** Status message in case of script error. */
|
||||||
errorMessage = "";
|
errorMessage = "";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user