diff --git a/src/fs/patch.ts b/src/fs/patch.ts index c4e186f..31ab794 100644 --- a/src/fs/patch.ts +++ b/src/fs/patch.ts @@ -99,7 +99,7 @@ function shimFs(binary: NexeBinary, fs: any = require('fs')) { return createStat({ mode, size: 0 }) } if (manifest[key]) { - return createStat({ size: manifest[key] }) + return createStat({ size: manifest[key][1] }) } }