mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(server) Dir + Name -> path.join(Dir, Name)
This commit is contained in:
parent
eac6aee3f3
commit
bf33a6e151
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@
|
|||
|
||||
Util.log(Path.basename(lName));
|
||||
|
||||
lName = DIR + lName;
|
||||
lName = Path.join(DIR, lName);
|
||||
lMin = Minify.allowed,
|
||||
lExt = Util.getExtension(lName),
|
||||
lResult = lExt === '.js' && lMin.js ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue