mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 22:07:06 +02:00
MISC: Avoid reinventing core bonus calculation and fix formatting issue (#2387)
This commit is contained in:
@@ -34,6 +34,7 @@ export class Port {
|
||||
this.promise = null;
|
||||
}
|
||||
}
|
||||
|
||||
export function portHandle(n: PortNumber): NetscriptPort {
|
||||
return {
|
||||
write: (value: unknown) => writePort(n, value),
|
||||
|
||||
Reference in New Issue
Block a user