| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ const { | |||
| 31 | 31 | ERR_INVALID_CURSOR_POS, | |
| 32 | 32 | ERR_INVALID_OPT_VALUE | |
| 33 | 33 | } = require('internal/errors').codes; | |
| 34 | - const { debug, inherits } = require('util'); | ||
| 34 | + const { inspect, inherits } = require('util'); | ||
| 35 | 35 | const { validateString } = require('internal/validators'); | |
| 36 | 36 | const { emitExperimentalWarning } = require('internal/util'); | |
| 37 | 37 | const { Buffer } = require('buffer'); | |
@@ -483,7 +483,7 @@ Interface.prototype._tabComplete = function(lastKeypressWasTab) { | |||
| 483 | 483 | self.resume(); | |
| 484 | 484 | ||
| 485 | 485 | if (err) { | |
| 486 | - debug('tab completion error %j', err); | ||
| 486 | + self._writeToOutput(`tab completion error ${inspect(err)}`); | ||
| 487 | 487 | return; | |
| 488 | 488 | } | |
| 489 | 489 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments