File tree 2 files changed +2
-4
lines changed
Nuke.Common/Tools/ClangSharpPInvokeGenerator
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 41
41
"help" : " A file to parse and generate bindings for."
42
42
},
43
43
{
44
- "name" : " FileDirectory " ,
44
+ "name" : " FileDirectories " ,
45
45
"type" : " List<string>" ,
46
46
"format" : " --file-directory {value}" ,
47
47
"help" : " The base path for files to parse."
48
48
},
49
49
{
50
- "name" : " HeaderFile " ,
50
+ "name" : " HeaderFiles " ,
51
51
"type" : " List<string>" ,
52
52
"format" : " --headerFile {value}" ,
53
53
"help" : " A file which contains the header to prefix every generated file with."
Original file line number Diff line number Diff line change @@ -48,9 +48,7 @@ public static IProcess AssertNonNegativeExitCode(
48
48
process . AssertWaitForExit ( ) ;
49
49
50
50
if ( process . ExitCode < 0 )
51
- {
52
51
throw new ProcessException ( process ) ;
53
- }
54
52
55
53
return process ;
56
54
}
You can’t perform that action at this time.
0 commit comments