allbuild commit e9254edf

This commit is contained in:
Olivier Gagnon
2022-07-21 15:09:55 -04:00
parent e9254edf5d
commit 2d522ea1e6
17 changed files with 26 additions and 175 deletions

4
dist/bitburner.d.ts vendored
View File

@@ -4614,7 +4614,7 @@ export declare interface NS {
* RAM cost: 0 GB
*
* Retrieves data from a URL and downloads it to a file on the specified server.
* The data can only be downloaded to a script (.script, .ns, .js) or a text file (.txt).
* The data can only be downloaded to a script (.script or .js) or a text file (.txt).
* If the file already exists, it will be overwritten by this command.
* Note that it will not be possible to download data from many websites because they
* do not allow cross-origin resource sharing (CORS).
@@ -4758,7 +4758,7 @@ export declare interface NS {
* ]);
* tprint(data);
*
* // example.ns
* // example.js
* export async function main(ns) {
* const data = ns.flags([
* ['delay', 0], // a default number means this flag is a number

4
dist/main.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long