mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
NETSCRIPT: A minorly breaking change around script launch, and refactoring. (#1213)
This commit is contained in:
@@ -9,5 +9,5 @@ Script's arguments
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
args: (string | number | boolean)[];
|
||||
args: ScriptArg[];
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user