mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Fixed path check
This commit is contained in:
parent
85cdb1cf4e
commit
6b9711cb70
3 changed files with 17 additions and 3 deletions
|
@ -5,7 +5,7 @@ var languages = require('languages4translatewiki')
|
|||
, npm = require('npm')
|
||||
, plugins = require('ep_etherpad-lite/static/js/pluginfw/plugins.js').plugins
|
||||
, semver = require('semver')
|
||||
, existsSync = fs.statSync || fs.existsSync || path.existsSync
|
||||
, existsSync = require('../utils/path_exists')
|
||||
;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue