Skip to content

Commit 30af5dd

Browse files
test, lib: rename new-find-python.js and test-new-find-python.js
new-find-python.js -> find-python.js test-new-find-python.js -> test-find-python.js
1 parent 085491d commit 30af5dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/new-find-python.js renamed to lib/find-python.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ class PythonFinder {
383383
this.addLog(
384384
colorizeOutput(RED, 'THIS VERSION OF PYTHON IS NOT SUPPORTED')
385385
)
386-
// object with error passed for conveniences
387-
//(becouse we can also pass stderr or some additional staff)
386+
// object with error passed for conveniences
387+
// (becouse we can also pass stderr or some additional staff)
388388
// eslint-disable-next-line prefer-promise-reject-errors
389389
reject({ err: new Error(`Found unsupported Python version ${ver}`) })
390390
}
File renamed without changes.

0 commit comments

Comments
 (0)