This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Fixed CollectDependencies error messages to work correctly
pull/1/head
Anairkoen Schno
6 years ago
parent
b0ddba4d91
commit
99fc3a82be
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CollectDependencies/Program.cs
+ 1
- 1
CollectDependencies/Program.cs
View File
@ -126,7 +126,7 @@ namespace CollectDependencies
}
catch
(
Exception
e
)
{
Console
.
WriteLine
(
$"{args[0]}({file.Item2}): error: {e}"
)
;
Console
.
WriteLine
(
$"{
Path.Combine(Environment.CurrentDirectory,
args[0]
)
}({file.Item2}): error: {e}"
)
;
}
}
Write
Preview
Loading…
Cancel
Save