mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
MAESTRO: align process service spawn config
This commit is contained in:
@@ -511,7 +511,7 @@ const numstat = await gitService.getNumstat(cwd);
|
||||
```typescript
|
||||
import { processService } from '../services/process';
|
||||
|
||||
await processService.spawn(sessionId, config);
|
||||
await processService.spawn(config);
|
||||
await processService.write(sessionId, 'input\n');
|
||||
await processService.interrupt(sessionId); // SIGINT/Ctrl+C
|
||||
await processService.kill(sessionId);
|
||||
|
||||
Reference in New Issue
Block a user