mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 03:25:44 +02:00
NETSCRIPT: Revert FormattedCode type (#500)
This commit is contained in:
@@ -252,7 +252,7 @@ export abstract class BaseServer implements IServer {
|
||||
// Check if the script already exists, and overwrite it if it does
|
||||
const script = this.scripts.get(filename);
|
||||
if (script) {
|
||||
// content setter handles module invalidation and code formatting
|
||||
// content setter handles module invalidation
|
||||
script.content = code;
|
||||
return { overwritten: true };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user