mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 11:27:04 +02:00
MISC: Add file metadata (timestamps) (#2199)
This commit is contained in:
@@ -273,7 +273,7 @@ export abstract class BaseServer implements IServer {
|
||||
const existingFile = this.textFiles.get(textPath);
|
||||
// overWrite if already exists
|
||||
if (existingFile) {
|
||||
existingFile.text = txt;
|
||||
existingFile.content = txt;
|
||||
return { overwritten: true };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user