1
0
Fork 0
This commit is contained in:
jsteemann 2018-08-09 13:00:57 +02:00
parent fd7caa23c7
commit bbad6bb682
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*jshint globalstrict:false, strict:false */
/*global assertEqual, arango */
/*global assertEqual, arango, VPACK_TO_V8 */
////////////////////////////////////////////////////////////////////////////////
/// @brief test the require which is canceled
@ -74,7 +74,7 @@ function RequireCanceledTestSuite() {
var d;
try {
d = JSON.parse(c.body);
d = VPACK_TO_V8(c.body);
} catch (err) {
require("internal").print(c.body);
throw err;