You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
- Negates flags when using the `--no-` prefix
13
13
- Outputs version when `--version`
14
14
- Outputs description and supplied help text when `--help`
15
-
- Makes unhandled rejected promises [fail loudly](https://github.com/sindresorhus/loud-rejection) instead of the default silent fail
15
+
- Makes unhandled rejected promises [fail hard](https://github.com/sindresorhus/hard-rejection) instead of the default silent fail
16
16
- Sets the process title to the binary name defined in package.json
17
17
18
18
@@ -237,7 +237,7 @@ const cli = meow(`
237
237
238
238
## Promises
239
239
240
-
Meow will make unhandled rejected promises [fail loudly](https://github.com/sindresorhus/loud-rejection) instead of the default silent fail. Meaning you don't have to manually `.catch()` promises used in your CLI.
240
+
Meow will make unhandled rejected promises [fail hard](https://github.com/sindresorhus/hard-rejection) instead of the default silent fail. Meaning you don't have to manually `.catch()` promises used in your CLI.
0 commit comments