forked from mirrors/Scribe.js
...
This commit is contained in:
parent
2d860f5a66
commit
efefe93209
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export default class Inspector {
|
|||
}
|
||||
|
||||
inspectArguments(data) {
|
||||
if (data.args && !data.args.length) return '';
|
||||
if (!data.args || !data.args.length) return '';
|
||||
return this.format(...data.args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue