Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit826566b

Browse files
committed
No need for CR in SendLine
1 parent59f996f commit826566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎expect/console.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func (c *Console) Send(s string) (int, error) {
217217

218218
// SendLine writes string s to Console's tty with a trailing newline.
219219
func (c*Console)SendLine(sstring) (int,error) {
220-
bytes,err:=c.Send(fmt.Sprintf("%s\r\n",s))
220+
bytes,err:=c.Send(fmt.Sprintf("%s\n",s))
221221

222222
returnbytes,err
223223
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp