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 085491d commit 30af5ddCopy full SHA for 30af5dd
lib/new-find-python.js renamed to lib/find-python.js
@@ -383,8 +383,8 @@ class PythonFinder {
383
this.addLog(
384
colorizeOutput(RED, 'THIS VERSION OF PYTHON IS NOT SUPPORTED')
385
)
386
- // object with error passed for conveniences
387
- //(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)
388
// eslint-disable-next-line prefer-promise-reject-errors
389
reject({ err: new Error(`Found unsupported Python version ${ver}`) })
390
}
test/test-new-find-python.js renamed to test/test-find-python.js
0 commit comments