mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
NETSCRIPT: A minorly breaking change around script launch, and refactoring. (#1213)
This commit is contained in:
@@ -9,5 +9,5 @@ Arguments the script was called with
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
args: (string | number | boolean)[];
|
||||
args: ScriptArg[];
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user