mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-08 07:30:35 +00:00
Fix issue with dbg function
This commit is contained in:
parent
53fdaa341c
commit
e8e147c42e
@ -46,6 +46,8 @@ const TMP_FILE: &str = "/tmp/thumbs-last";
|
||||
#[allow(dead_code)]
|
||||
fn dbg(msg: &str) {
|
||||
let mut file = std::fs::OpenOptions::new()
|
||||
.create(true)
|
||||
.write(true)
|
||||
.append(true)
|
||||
.open("/tmp/thumbs.log")
|
||||
.expect("Unable to open log file");
|
||||
|
Loading…
Reference in New Issue
Block a user