Skip to content

Commit c4783b2

Browse files
committed
Rebuild README
[ci skip]
1 parent 2dd3a6b commit c4783b2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,8 @@ started running.
605605
p <- process$new("nonexistant-command-for-sure")
606606
```
607607

608-
#> Error:
609-
#> ! Native call to `processx_exec` failed
610-
#> Caused by error:
608+
#> Error in c("process_initialize(self, private, command, args, stdin, stdout, ", : ! Native call to `processx_exec` failed
609+
#> Caused by error in `chain_call(c_processx_exec, command, c(command, args), pty, pty_options, …` at initialize.R:138:3:
611610
#> ! cannot start processx process 'nonexistant-command-for-sure' (system error 2, No such file or directory) @unix/processx.c:613 (processx_exec)
612611

613612
``` r

0 commit comments

Comments
 (0)