Skip to content

Commit 148c5c2

Browse files
committed
fix: fix return type of runTransformation
1 parent 3501d04 commit 148c5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run-transformation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function runTransformation(
4949

5050
if (transformation instanceof VueTransformation) {
5151
debug('TODO: Running VueTransformation')
52-
return
52+
return fileInfo.source
5353
}
5454

5555
debug('Running jscodeshift transform')

0 commit comments

Comments
 (0)