]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/js-mode/throw.yasnippet
Merge commit 'af601c4a8a087cc5a12a08e08af094c4e21d417c' from diff-hl
[gnu-emacs-elpa] / packages / yasnippet / snippets / js-mode / throw.yasnippet
1 # -*- mode: snippet -*-
2 # name: throw
3 # key: throw
4 # --
5 throw new Error("$1");