summaryrefslogtreecommitdiff
path: root/node_modules/stacktracey/test_files/mkay.js
blob: 6301f48dc287e6b3cfe8f723a58258a0d72b0dbc (plain)
1
2
3
4
/*	This will help assuring whether our source mapping works OK		*/

module.exports = function mkay () {
					throw new Error ('mkay') }