mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
use .js extension for require() as a preparation for future migration to ESM
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const becca = require("../../becca/becca");
|
||||
const becca = require('../../becca/becca.js');
|
||||
const { JSDOM } = require("jsdom");
|
||||
|
||||
function buildDescendantCountMap(noteIdsToCount) {
|
||||
|
||||
Reference in New Issue
Block a user