node/test/fixtures/test-regress-GH-4015.js

8 lines
85 B
JavaScript

const fs = require('fs');
function load() {
fs.statSync('.');
load();
}
load();