Skip to content

Commit aa31ee4

Browse files
committed
fix(session-runtime): use \r as boot command terminator
1 parent 0845ec8 commit aa31ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/server/src/services/session_runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ pub(crate) fn session_runtime_start(
435435
if let Err(error) = crate::services::terminal::terminal_write(
436436
params.workspace_id.clone(),
437437
terminal.id,
438-
format!("{}\n", boot_command),
438+
format!("{}\r", boot_command),
439439
crate::TerminalWriteOrigin::User,
440440
state,
441441
) {

0 commit comments

Comments
 (0)