| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 46e4311 commit 1e8d120
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -254,6 +254,8 @@ argument in callbacks. | |||
| 254 | 254 | ```js | |
| 255 | 255 | const assert = require('assert'); | |
| 256 | 256 | ||
| 257 | + assert.ifError(null); | ||
| 258 | + // OK | ||
| 257 | 259 | assert.ifError(0); | |
| 258 | 260 | // OK | |
| 259 | 261 | assert.ifError(1); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments