mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
most terminal converted to ts
This commit is contained in:
@@ -5,5 +5,5 @@ import { IMap } from "../types";
|
||||
export const Programs: IMap<Program> = {};
|
||||
|
||||
for (const params of programsMetadata) {
|
||||
Programs[params.key] = new Program(params.name, params.create);
|
||||
Programs[params.key] = new Program(params.name, params.create, params.run);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user