You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
factory.createCallExpression(factory.createIdentifier('throw new Error'),undefined,[
43
-
factory.createStringLiteral(
44
-
`Source code for this function can be found in your Amplify Gen 1 Directory. See .amplify/migration/amplify/backend/function/${definition.resourceName}/src`,
45
-
),
46
-
]),
42
+
factory.createExpressionStatement(
43
+
factory.createCallExpression(factory.createIdentifier('throw new Error'),undefined,[
44
+
factory.createStringLiteral(
45
+
`Source code for this function can be found in your Amplify Gen 1 Directory. See .amplify/migration/amplify/backend/function/${definition.resourceName}/src`,
0 commit comments