mirror of https://gitee.com/bigwinds/arangodb
fixed comment
This commit is contained in:
parent
6d5efb2f95
commit
ab66d178ed
|
@ -154,9 +154,10 @@ ApplicationV8::ApplicationV8 (string const& binaryPath)
|
|||
#else
|
||||
|
||||
#ifdef _PKGDATADIR_
|
||||
|
||||
_actionPath = string(_PKGDATADIR_) + "/js/actions/system";
|
||||
_startupModules = string(_PKGDATADIR_) + "/js/server/modules"
|
||||
+ ";" + string(_PKGDATADIR_) + "/js/common/modules";
|
||||
+ ";" + string(_PKGDATADIR_) + "/js/common/modules";
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue