📝 Adjusted espanso config for console.log

This commit is contained in:
z3rOR0ne 2023-04-08 01:51:23 -07:00
parent eefc1c0a63
commit 79494f2ddb

View file

@ -120,7 +120,7 @@ matches:
replace: "pub fn () {}"
- trigger: ";cll"
replace: "console.log(' >>: ', )"
replace: "console.log(` >>: ${}`)"
- trigger: ";clc"
replace: "console.clear()"