This commit is contained in:
Mathew Kurian 2016-02-09 18:50:53 -06:00
parent efefe93209
commit 5fe390e7c2

View file

@ -50,7 +50,6 @@ export default class Inspector {
}
inspectArguments(data) {
if (!data.args || !data.args.length) return '';
return this.format(...data.args);
}