fix ns.read return type

This commit is contained in:
MycroftJr 2022-08-24 01:56:05 -07:00 committed by Snarling
parent 4d47785f28
commit 1135508683

@ -6014,7 +6014,7 @@ export interface NS {
* @param handle - Filename to read from. * @param handle - Filename to read from.
* @returns Data in the specified text file. * @returns Data in the specified text file.
*/ */
read(handle: string): PortData; read(handle: string);
/** /**
* Get a copy of the data from a port without popping it. * Get a copy of the data from a port without popping it.