Fix creation of cache directory

This commit is contained in:
Casper Warden
2017-12-20 18:10:18 +00:00
parent 4f02dd6a2a
commit 3ef4285b14
3 changed files with 8 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ describe('Packets', () =>
});
done();
}
catch(err)
catch (err)
{
done(err);
}