Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-05-09 19:04:02 +03:00
parent bebfe3131e
commit 63c14f7c4f

View File

@ -92,6 +92,8 @@ function(path, make){
var fullpath = false var fullpath = false
// sync version of stat... // sync version of stat...
// XXX if we decide to keep this, then we'll need to cleanup the
// code below...
var stat = function(path){ var stat = function(path){
return new Promise(function(resolve, reject){ return new Promise(function(resolve, reject){
try { try {