Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
fix(cgg): do not crash when no dir given to scaffold to
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jan 16, 2019
1 parent bfeadd4 commit f382a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-graphqlgen/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const main = async (cli: meow.Result) => {
name: 'path',
message: 'Where should we scaffold graphql server?',
type: 'input',
default: '.',
},
])

Expand Down

0 comments on commit f382a01

Please sign in to comment.