MyRepo-Ums/node_modules/piscina/test/fixtures/resource-limits.js
2024-01-19 11:09:11 +01:00

9 lines
109 B
JavaScript

'use strict';
module.exports = () => {
const array = [];
while (true) {
array.push([array]);
}
};