mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-15 05:05:08 +00:00
merge
This commit is contained in:
parent
f03e32a904
commit
b9a316b3dd
@ -37,7 +37,7 @@ describe('installer tests', () => {
|
||||
it('Throws if no location contains correct dotnet version', async () => {
|
||||
let thrown = false;
|
||||
try {
|
||||
await getDotnet('1000.0.0')
|
||||
await getDotnet('1000.0.0');
|
||||
} catch {
|
||||
thrown = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user