This website works better with JavaScript.
Home
Explore
Help
Sign In
bingen
/
emacs.d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
solidity: Move console log snippet to console2
master
Bingen Eguzkitza
10 months ago
parent
7cda0f8300
commit
24b352e67f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
snippets/solidity-mode/console_log
+ 1
- 1
snippets/solidity-mode/console_log
View File
@@ -2,4 +2,4 @@
# name: console_log
# key: clo
# --
console.log(${1:var}, "$1");$0
console
2
.log(${1:var}, "$1");$0
Write
Preview
Loading…
Cancel
Save