- Notifications
You must be signed in to change notification settings - Fork744
Commit168e8b5
committed
refactor: use es6 class syntax for CommandError
This is supposed to be a NOOP, although for some reason this makes adifference in the ava@6 test framework. This should not have auser-visible effect because CommandError is an implementation detail ofthis library (it's only thrown if `options.fatal` is off, and it'salways caught inside of common.js).1 parent697bcf6 commit168e8b5
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | | - | |
90 | | - | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments
Comments
(0)