mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
VARIOUS: Various changes prior to release 2.2 (#271)
See PR #271 description
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ export class TextFile {
|
||||
/** The content of the file. */
|
||||
text: string;
|
||||
|
||||
//TODO: Why are we using getter/setter for fn as filename?
|
||||
//TODO 2.3: Why are we using getter/setter for fn as filename? Rename parameter as more-readable "filename"
|
||||
/** The full file name. */
|
||||
get filename(): string {
|
||||
return this.fn;
|
||||
|
||||
Reference in New Issue
Block a user