Skip to content

Commit

Permalink
Fixed time() function return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosinani committed May 18, 2018
1 parent 11b9597 commit 10dbccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signale.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class Signale {

message.push(...report);
this._log(message.join(' '));
return {label};
return label;
}

timeEnd(label) {
Expand Down

0 comments on commit 10dbccb

Please sign in to comment.