Skip to content

Commit

Permalink
fixing Params layout for pgFormatting mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Apr 8, 2016
1 parent 9d7cf96 commit 3df4ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var monitor = {
if (typeof p !== 'string') {
p = JSON.stringify(p);
}
print(event, cct.paramTitle("params: ") + cct.value(p), true);
print(event, timeGap + cct.paramTitle("params: ") + cct.value(p), true);
}
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-monitor",
"version": "0.4.5",
"version": "0.4.6",
"description": "Event monitor for pg-promise.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 3df4ba6

Please sign in to comment.