Add missing semi-colon
This commit is contained in:
parent
2c001b63a5
commit
306d86ce58
@ -10,7 +10,7 @@ exec(cmd, (err) => {
|
||||
if (err) return console.log(err);
|
||||
var stop = +new Date();
|
||||
var time = (stop - start) / 1000.;
|
||||
fs.appendFileSync('/tmp/osrm.timings', `${name}\t${time}`, 'utf-8')
|
||||
})
|
||||
fs.appendFileSync('/tmp/osrm.timings', `${name}\t${time}`, 'utf-8');
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user