From 8bd3945bbb91acad2bc1e81ced2ddfaf1ce6f907 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Tue, 18 Jan 2022 07:57:57 -0600 Subject: Upgrade eslint-plugin-unicorn, and fix issues it ponted out --- lib/base-compiler.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/base-compiler.js') diff --git a/lib/base-compiler.js b/lib/base-compiler.js index f38a73d5a..febdab7a0 100644 --- a/lib/base-compiler.js +++ b/lib/base-compiler.js @@ -952,8 +952,6 @@ export class BaseCompiler { if (this.buildenvsetup) { const libraryDetails = await this.getRequiredLibraryVersions(key.libraries); return this.buildenvsetup.setup(key, dirPath, libraryDetails); - } else { - return Promise.resolve(); } } -- cgit v1.2.3