aboutsummaryrefslogtreecommitdiffstats
path: root/lib/js_checker/nontrivial_checker.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/js_checker/nontrivial_checker.js')
-rw-r--r--lib/js_checker/nontrivial_checker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/js_checker/nontrivial_checker.js b/lib/js_checker/nontrivial_checker.js
index 6a22992..1c79a2a 100644
--- a/lib/js_checker/nontrivial_checker.js
+++ b/lib/js_checker/nontrivial_checker.js
@@ -19,7 +19,7 @@
* You should have received a copy of the GNU General Public License
* along with GNU LibreJS. If not, see <http://www.gnu.org/licenses/>.
*/
-const types = require("js_checker/constant_types");
+const types = require("./constant_types");
// constants from Narcissus for function types.
const DECLARED_FORM = 0, EXPRESSED_FORM = 1, STATEMENT_FORM = 2;