We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 925e59f + 5339e5d commit dd4fae1Copy full SHA for dd4fae1
script/lib/verify-machine-requirements.js
@@ -90,7 +90,7 @@ function verifyPython() {
90
env: process.env,
91
stdio: ['ignore', 'pipe', 'ignore']
92
});
93
- } catch {}
+ } catch (e) {}
94
95
if (stdout) {
96
if (stdout.indexOf('+') !== -1)
0 commit comments