This commit is contained in:
Olivier Gagnon
2022-01-15 18:39:37 -05:00
parent f1c2dc2693
commit 8b69fd7faa
130 changed files with 3091 additions and 453 deletions

View File

@@ -23,7 +23,7 @@ getScriptRam(script: string, host?: string): number;
number
Amount of RAM required to run the specified script on the target server, and 0 if the script does not exist.
Amount of RAM (in GB) required to run the specified script on the target server, and 0 if the script does not exist.
## Remarks