Skip to content

Commit a81e91a

Browse files
committed
very minor log update
1 parent 60f9b26 commit a81e91a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-graphql-to-typescript",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
44
"description": "Simple Typescript interface generator from GraphQL Schemas",
55
"main": "dist/index.js",
66
"typings": "types/index.d.ts",

src/save/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function writeOutput(path: string, content: string, jsMode?: boolean): Pro
6464
try {
6565
saveModels = ora('Saving models file...').start();
6666
await fs.writeFileSync(path, content);
67-
saveModels.succeed(`🎉 Output saved at ${chalk.bold(`${path}`)}`);
67+
saveModels.succeed(`🎉 Output saved at ${chalk.blue(chalk.bold(`${path}`))}`);
6868
if (jsMode) {
6969
try {
7070
TypescriptCompile([path], {

0 commit comments

Comments
 (0)