Skip to content

Commit f862372

Browse files
authored
Update plugins/updater/src/updater.rs
1 parent a2d74f9 commit f862372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/updater/src/updater.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ impl PathExt for PathBuf {
13731373

13741374
#[cfg(windows)]
13751375
fn escape_nsis_current_exe_arg(arg: &&OsStr) -> String {
1376-
let mut arg = dbg!(arg.to_string_lossy().to_string());
1376+
let mut arg = arg.to_string_lossy().to_string();
13771377

13781378
/* if arg.contains('"') {
13791379
arg = arg.replace('"', r#""""#);

0 commit comments

Comments
 (0)