Comparing version 2.0.1 to 2.0.2
@@ -12,2 +12,7 @@ #!/usr/bin/env node | ||
if (!args._[0]) { | ||
console.error('Provide PID of the process when the stacks were captured') | ||
process.exit(1) | ||
} | ||
var stream = require('./')(Object.assign(args, { | ||
@@ -17,2 +22,4 @@ pid: args._[0] | ||
console.log(stream) | ||
pump(process.stdin, stream, process.stdout) |
{ | ||
"name": "perf-sym", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Translate symbol names generated by `--basic-perf-prof` into JavaScript names", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7411
90