summaryrefslogtreecommitdiff
path: root/installed-tests/js/modules/alwaysThrows.js
blob: 70500ee2f29528ecfaa0efe4fd72a7dfa0360628 (plain)
1
2
3
4
// line 0
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2008 litl, LLC
throw new Error('This is an error that always happens on line 3');