We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97113ae commit cc9710eCopy full SHA for cc9710e
lib/new-find-python.js renamed to lib/find-python.js
@@ -391,8 +391,8 @@ class PythonFinder {
391
this.addLog(
392
colorizeOutput(RED, 'THIS VERSION OF PYTHON IS NOT SUPPORTED')
393
)
394
- // object with error passed for conveniences
395
- //(becouse we can also pass stderr or some additional staff)
+ // object with error passed for conveniences
+ // (becouse we can also pass stderr or some additional staff)
396
// eslint-disable-next-line prefer-promise-reject-errors
397
reject({ err: new Error(`Found unsupported Python version ${ver}`) })
398
}
test/test-new-find-python.js renamed to test/test-find-python.js
0 commit comments