more debugging

This commit is contained in:
d98762625 2019-03-11 09:47:58 +00:00
parent e4b688a2c3
commit 14d591caa1
4 changed files with 24 additions and 4 deletions

View file

@ -967,7 +967,7 @@ class Utils {
throw new TypeError("Browser environment cannot support readFileSync");
}
return Buffer.from(file).buffer;
return Buffer.from(file.data).buffer;
}