chore: fix chrome
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { SimpleStream } from "../utils/SimpleStream";
|
||||
import type { SimpleStream } from "../utils/SimpleStream"
|
||||
|
||||
export abstract class Program {
|
||||
abstract Exec(stdin: SimpleStream<string>, stdout: SimpleStream<string>, args: string[]): Promise<number>
|
||||
|
||||
Reference in New Issue
Block a user