mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
Attempt at logging line number on netscript error
This commit is contained in:
@@ -29,6 +29,9 @@ export class Script {
|
||||
// Filename for the script file
|
||||
filename: string = "";
|
||||
|
||||
// url of the script if any, only for NS2.
|
||||
url: string = "";
|
||||
|
||||
// The dynamic module generated for this script when it is run.
|
||||
// This is only applicable for NetscriptJS
|
||||
module: any = "";
|
||||
|
||||
Reference in New Issue
Block a user