8000 dont keep JS module directory · surajpatel11/arangodb@ef9ff5b · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit ef9ff5b

Browse files
committed
dont keep JS module directory
1 parent c92035f commit ef9ff5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arangod/V8Server/V8DealerFeature.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@ void V8DealerFeature::copyInstallationFiles() {
439439
<< "': " << error;
440440
FATAL_ERROR_EXIT();
441441
}
442-
// need to keep it because of js/node/node_modules, which we intentionally do not copy!
443-
_moduleDirectories.push_back(_startupDirectory);
444442
}
445443
_startupDirectory = copyJSPath;
446444
}

0 commit comments

Comments
 (0)
0