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 7839449 commit 9da8537Copy full SHA for 9da8537
lib/new-find-python.js renamed to lib/find-python.js
@@ -419,8 +419,8 @@ class PythonFinder {
419
this.addLog(
420
colorizeOutput(RED, 'THIS VERSION OF PYTHON IS NOT SUPPORTED')
421
)
422
- // object with error passed for conveniences
423
- //(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)
424
// eslint-disable-next-line prefer-promise-reject-errors
425
reject({ err: new Error(`Found unsupported Python version ${ver}`) })
426
}
test/test-new-find-python.js renamed to test/test-find-python.js
0 commit comments