Strip trailing spaces

This commit is contained in:
Heikki Aitakangas 2022-03-19 19:55:25 +02:00
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 = "";