You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the version of node being used is too old. I'm not sure how it's determined. Looks like it came from #22932. fs.statfsSync was added in Node v18.15.0
-- begin program output --
Testing statfs for path: /
Testing statfs for path: /working
/tmp/emtest_ujy7com6/emscripten_test_core0_ov_ahfvn/test_nodefs_statvfs.js:2230
var stats = NODEFS.tryFSOperation(() => fs.statfsSync(path));
^
TypeError: fs.statfsSync is not a function
The text was updated successfully, but these errors were encountered:
I think the version of node being used is too old. I'm not sure how it's determined. Looks like it came from #22932.
fs.statfsSync
was added in Node v18.15.0The text was updated successfully, but these errors were encountered: