node/test/fixtures/source-map/throw-string-original.js

9 lines
88 B
JavaScript

/*
* comments dropped by uglify.
*/
function Hello() {
throw 'goodbye';
}
Hello();