mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
eejs: Unwrap unnecessarily wrapped line
This commit is contained in:
parent
1d6319b852
commit
5987f75b0d
1 changed files with 1 additions and 8 deletions
|
@ -100,14 +100,7 @@ exports.require = (name, args, mod) => {
|
||||||
paths = mod.paths;
|
paths = mod.paths;
|
||||||
}
|
}
|
||||||
|
|
||||||
const ejspath = resolve.sync(
|
const ejspath = resolve.sync(name, {paths, basedir, extensions: ['.html', '.ejs']});
|
||||||
name,
|
|
||||||
{
|
|
||||||
paths,
|
|
||||||
basedir,
|
|
||||||
extensions: ['.html', '.ejs'],
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
args.e = exports;
|
args.e = exports;
|
||||||
args.require = require;
|
args.require = require;
|
||||||
|
|
Loading…
Reference in a new issue