Files: e9d9dec1d00ff365112ca0f981bbda15e3682528 / test / test-79-npm / heapdump / heapdump.meta.js
199 bytesRaw
1 | ; |
2 | |
3 | const home = require('../home.js'); |
4 | |
5 | module.exports = function (stamp) { |
6 | return { |
7 | allow: home(stamp) |
8 | }; |
9 | }; |
10 | |
11 | // TODO windows has an error |
12 | // 'Invalid access to memory location' |
13 |
Built with git-ssb-web