We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3884802 commit b9389ddCopy full SHA for b9389dd
nj-build/src/lib.rs
@@ -8,7 +8,6 @@ pub fn configure() {
8
use std::env::temp_dir;
9
use std::fs::File;
10
use std::io::copy;
11
- use std::path::PathBuf;
12
use std::process::Command;
13
14
let node_full_version = String::from_utf8(Command::new("node").arg("-v").output().unwrap().stdout).unwrap();
0 commit comments