Skip to content

Commit

Permalink
Fix error reference. (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris LeBlanc authored and skellock committed Apr 10, 2017
1 parent 6148047 commit 7907173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/context-print.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ What does that mean? Well, if your next line of code isn't `process.exit(0)`, t
it was probably a warning.

```js
context.print.warning('Out of disk space. lol.')
context.print.error('Out of disk space. lol.')
```

## debug
Expand Down

0 comments on commit 7907173

Please sign in to comment.