From 278fad91857e8859cf0cc88ccbfc7b3bd01f0c1a Mon Sep 17 00:00:00 2001 From: Jan Christoph Uhde Date: Thu, 27 Apr 2017 08:37:49 +0200 Subject: [PATCH] fix jslint errors --- js/client/modules/@arangodb/process-utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/client/modules/@arangodb/process-utils.js b/js/client/modules/@arangodb/process-utils.js index b6c61a718d..cb6a71dca5 100644 --- a/js/client/modules/@arangodb/process-utils.js +++ b/js/client/modules/@arangodb/process-utils.js @@ -529,8 +529,8 @@ function runArangoDumpRestore (options, instanceInfo, which, database, rootDir) } if(options.extremeVerbosity === true){ - print(exe) - print(args) + print(exe); + print(args); } return executeAndWait(exe, toArgv(args), options, 'arangorestore', instanceInfo.rootDir);