This commit is contained in:
Danny McCormick 2019-06-20 09:58:49 -04:00
parent f03e32a904
commit b9a316b3dd

View File

@ -37,7 +37,7 @@ describe('installer tests', () => {
it('Throws if no location contains correct dotnet version', async () => { it('Throws if no location contains correct dotnet version', async () => {
let thrown = false; let thrown = false;
try { try {
await getDotnet('1000.0.0') await getDotnet('1000.0.0');
} catch { } catch {
thrown = true; thrown = true;
} }