mirror of https://gitee.com/bigwinds/arangodb
Exterminate monkeypatches.js mentions
This commit is contained in:
parent
4ea93e84dc
commit
6888d57f72
|
@ -905,10 +905,6 @@ void V8ShellFeature::loadModules(ShellFeature::RunMode runMode) {
|
||||||
files.push_back(
|
files.push_back(
|
||||||
"common/bootstrap/modules.js"); // must come last before patches
|
"common/bootstrap/modules.js"); // must come last before patches
|
||||||
|
|
||||||
if (runMode != ShellFeature::RunMode::JSLINT) {
|
|
||||||
files.push_back("common/bootstrap/monkeypatches.js");
|
|
||||||
}
|
|
||||||
|
|
||||||
files.push_back("client/client.js"); // needs internal
|
files.push_back("client/client.js"); // needs internal
|
||||||
|
|
||||||
for (size_t i = 0; i < files.size(); ++i) {
|
for (size_t i = 0; i < files.size(); ++i) {
|
||||||
|
|
|
@ -28,7 +28,6 @@ JAVASCRIPT_BROWSER="\
|
||||||
bootstrap/modules/internal.js \
|
bootstrap/modules/internal.js \
|
||||||
bootstrap/modules/console.js \
|
bootstrap/modules/console.js \
|
||||||
bootstrap/errors.js \
|
bootstrap/errors.js \
|
||||||
bootstrap/monkeypatches.js \
|
|
||||||
\
|
\
|
||||||
client/client.js \
|
client/client.js \
|
||||||
client/bootstrap/modules/internal.js \
|
client/bootstrap/modules/internal.js \
|
||||||
|
|
Loading…
Reference in New Issue