mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
Fix Runner.Worker build warnings (#174)
Most of these warnings show up on only certain build OSes because of #ifdefs in the code. The fix is to suppress these warnings.
This commit is contained in:
committed by
Thomas Boop
parent
19580bdaf8
commit
bcac4557a0
@@ -541,7 +541,6 @@ namespace GitHub.Runner.Worker
|
||||
break;
|
||||
default:
|
||||
throw new Exception($"Invalid echo command value. Possible values can be: 'on', 'off'. Current value is: '{command.Data}'.");
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user