Skip to content

Commit 9da8537

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 7839449 commit 9da8537

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
@@ -419,8 +419,8 @@ class PythonFinder {
419419
this.addLog(
420420
colorizeOutput(RED, 'THIS VERSION OF PYTHON IS NOT SUPPORTED')
421421
)
422-
// object with error passed for conveniences
423-
//(becouse we can also pass stderr or some additional staff)
422+
// object with error passed for conveniences
423+
// (becouse we can also pass stderr or some additional staff)
424424
// eslint-disable-next-line prefer-promise-reject-errors
425425
reject({ err: new Error(`Found unsupported Python version ${ver}`) })
426426
}
File renamed without changes.

0 commit comments

Comments
 (0)