Skip to content

Commit

Permalink
Closes #1055
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 6, 2019
1 parent b0a19ab commit a17f15c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli/sdk/src/IntrospectionEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@ ${JSON.stringify(request, null, 2)}
${message}
\`\`\`
`
// fs.writeFileSync(
// filename,
// file,
// )
fs.writeFileSync(
filename,
file,
)
return `Wrote ${chalk.bold(filename)} with debugging information.
Please put that file into a gist and post it in Slack.
1. ${chalk.greenBright(`cat ${filename} | pbcopy`)}
Expand Down

0 comments on commit a17f15c

Please sign in to comment.