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