Merge branch 'main' into terminal-error-detection

This commit is contained in:
Anirban Kar
2024-12-21 16:14:46 +05:30
53 changed files with 2556 additions and 1478 deletions

View File

@@ -111,6 +111,7 @@ export class BoltShell {
* this.#shellInputStream?.write('\x03');
*/
this.terminal.input('\x03');
await this.waitTillOscCode('prompt');
if (state && state.executionPrms) {
await state.executionPrms;