fix tap log

blob42 2 years ago
parent 114c4d50e8
commit 2acf6229ca

@ -1,5 +1,6 @@
#!/usr/bin/env sh
LOG_DIR="$XDG_STATE_HOME/rust"
# LOG_DIR="$XDG_STATE_HOME/rust"
LOG_DIR=$HOME/.local/state/rust
[ ! -d $LOG_DIR ] && mkdir -p $LOG_DIR
tee rust-analyzer-in.log | rustup run nightly rust-analyzer | tee $LOG_DIR/rust-analyzer-out.log
tee $LOG_DIR/rust-analyzer-in.log | rustup run stable rust-analyzer | tee $LOG_DIR/rust-analyzer-out.log

Loading…
Cancel
Save