Source: https://flight-manual.atom.io/using-atom/sections/snippets/
'.source.js':
'console.log':
'prefix': 'log'
'body': 'console.log(${1:"crash"});$2'
126600cookie-checkAtom Code Snippets
Source: https://flight-manual.atom.io/using-atom/sections/snippets/
'.source.js':
'console.log':
'prefix': 'log'
'body': 'console.log(${1:"crash"});$2'