mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Lint
This commit is contained in:
parent
9487dd3dbf
commit
6c7ab04b99
2 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ pub async fn cli_entrypoint() {
|
|||
|
||||
ctrlc::set_handler(move || {
|
||||
debug!("Ctrl-c detected");
|
||||
if let Ok(dir) = fs::read_dir(&env::temp_dir()) {
|
||||
if let Ok(dir) = fs::read_dir(env::temp_dir()) {
|
||||
for file in dir.flatten() {
|
||||
if file
|
||||
.path()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue