fixed not passing tests due to not requiring 'os' before use

This commit is contained in:
jamon 2013-10-03 09:19:40 -05:00
parent 74ed9ca300
commit bb26fe2915

View File

@ -1,6 +1,7 @@
var fs = require('fs');
var path = require('path');
var common = require('./common');
var os = require('os');
// Buffered file copy, synchronous
// (Using readFileSync() + writeFileSync() could easily cause a memory overflow