Skip to content

Commit eeae435

Browse files
committed
remove redundant resolve in transform file
1 parent 8bafa2f commit eeae435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export async function transform(codemodName?: string, source?: string, options?:
5555
process.exit(1)
5656
}
5757

58-
const sourceSelected = resolve(source || (await selectSource()))
58+
const sourceSelected = source || (await selectSource())
5959

6060
if (!sourceSelected) {
6161
console.info('> Source path for project is not selected. Exits the program. \n')

0 commit comments

Comments
 (0)