Skip to content

Commit 8426857

Browse files
kellyjosephpricelpil
authored andcommitted
add clstr
1 parent 1b687b2 commit 8426857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snippets/javascript/javascript.snippets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ snippet cprof "console.profile"
275275
console.profileEnd();
276276
snippet ctable "console.table"
277277
console.table(${1:"${2:value}"});
278+
snippet clstr "console.log stringified"
279+
console.log(JSON.stringify(${0}, null, 2));
278280
# Misc
279281
snippet us
280282
'use strict';

0 commit comments

Comments
 (0)