mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00: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)]
|
#[allow(dead_code)]
|
||||||
fn dbg(msg: &str) {
|
fn dbg(msg: &str) {
|
||||||
let mut file = std::fs::OpenOptions::new()
|
let mut file = std::fs::OpenOptions::new()
|
||||||
|
.create(true)
|
||||||
|
.write(true)
|
||||||
.append(true)
|
.append(true)
|
||||||
.open("/tmp/thumbs.log")
|
.open("/tmp/thumbs.log")
|
||||||
.expect("Unable to open log file");
|
.expect("Unable to open log file");
|
||||||
|
Loading…
Reference in New Issue
Block a user