diff options
author | Matt Godbolt <matt@godbolt.org> | 2022-01-18 07:57:57 -0600 |
---|---|---|
committer | Matt Godbolt <matt@godbolt.org> | 2022-01-18 07:57:57 -0600 |
commit | 8bd3945bbb91acad2bc1e81ced2ddfaf1ce6f907 (patch) | |
tree | d3c85cc95339957244620a2a417ff75401e2ef0b /lib/base-compiler.js | |
parent | f1470a763984ade0ebbd967622d1dc0a35232cd6 (diff) | |
download | compiler-explorer-8bd3945bbb91acad2bc1e81ced2ddfaf1ce6f907.tar.gz compiler-explorer-8bd3945bbb91acad2bc1e81ced2ddfaf1ce6f907.zip |
Upgrade eslint-plugin-unicorn, and fix issues it ponted outgh-1646
Diffstat (limited to 'lib/base-compiler.js')
-rw-r--r-- | lib/base-compiler.js | 2 |
1 files changed, 0 insertions, 2 deletions
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(); } } |