HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991109/root/usr/share/nodejs/node-preload/
Upload File :
Current File : //proc/1991109/root/usr/share/nodejs/node-preload/preload-list-env.js
'use strict';

const crypto = require('crypto');

const hash = crypto.createHash('sha1');
hash.update(__filename, 'utf8');

module.exports = `NODE_PRELOAD_${hash.digest('hex')}`;