mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
4 lines
154 B
TypeScript
4 lines
154 B
TypeScript
/** Keep the launch request unconsumed until the parent terminates this OS fixture. */
|
|
process.stdin.resume()
|
|
process.stdout.write('BOOTSTRAP_WAITING\n')
|