Skip to content

Commit cc9710e

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 97113ae commit cc9710e

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
@@ -391,8 +391,8 @@ class PythonFinder {
391391
this.addLog(
392392
colorizeOutput(RED, 'THIS VERSION OF PYTHON IS NOT SUPPORTED')
393393
)
394-
// object with error passed for conveniences
395-
//(becouse we can also pass stderr or some additional staff)
394+
// object with error passed for conveniences
395+
// (becouse we can also pass stderr or some additional staff)
396396
// eslint-disable-next-line prefer-promise-reject-errors
397397
reject({ err: new Error(`Found unsupported Python version ${ver}`) })
398398
}
File renamed without changes.

0 commit comments

Comments
 (0)