File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
amplify-codegen/src/errors
graphql-docs-generator/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ class AmplifyCodeGenNoProjectAvailableError extends Error {}
55
66class AmplifyCodeGenAPINotFoundError extends Error { }
77class AmplifyCodeGenAPIPendingPush extends Error { }
8+
89module . exports = {
910 AmplifyCodeGenNotSupportedError,
1011 AmplifyCodeGenNoAppSyncAPIAvailableError,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as yargs from 'yargs';
22import { logError } from './logger' ;
33import { generateGraphQLDocuments } from './index' ;
44
5- // / Make sure unhandled errors in async code are propagated correctly
5+ // Make sure unhandled errors in async code are propagated correctly
66process . on ( 'unhandledRejection' , error => {
77 throw error ;
88} ) ;
You can’t perform that action at this time.
0 commit comments