8000 Merge branch 'devel' of github.com:arangodb/arangodb into devel · lethalbrains/arangodb@176f66c · GitHub
[go: up one dir, main page]

Skip to content

Commit 176f66c

Browse files
committed
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2 parents acfaa59 + 96e4546 commit 176f66c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README_maintainers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ At runtime arangod needs to be started with these options:
2424
--javascript.v8-options="--gdbjit_dump"
2525
--javascript.v8-options="--gdbjit_full"
2626

27+
Debugging the Make process
28+
--------------------------
29+
If the compile goes wrong for no particular reason, appending 'verbose=' adds more output. For some reason V8 has VERBOSE=1 for the same effect.
2730

2831
Runtime
2932
-------

js/server/modules/org/arangodb/foxx/arangoApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326

327327
var full = fs.join(this._root, this._path, filename);
328328
if (!fs.exists(full)) {
329-
throwFileNotFound("Cannot find file " , filename);
329+
throwFileNotFound(full);
330330
}
331331
var fileContent = fs.read(full);
332332

0 commit comments

Comments
 (0)
0