If I run the following code: ```R library(duckdb) con <- DBI::dbConnect(duckdb::duckdb()) dbExecute(con, "ATTACH 'md:'") ``` Then return to R, Ctrl + C won't cancel auth.
If I run the following code:
Then return to R, Ctrl + C won't cancel auth.