Skip to content

Commit

Permalink
bump diat-stackvis-simplified version
Browse files Browse the repository at this point in the history
  • Loading branch information
oyyd committed Jun 12, 2024
1 parent 4796f48 commit b1ae306
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions packages/diat/src/CLI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,15 @@ async function getActiveHandles(argv) {
}

export async function togglePerfBasicProf_(comm: Comm, enable: boolean) {
throw new Error('linux perf is diabled now')
throw new Error(
'linux perf is disabled now, please check https://nodejs.org/en/learn/diagnostics/poor-performance/'
)
}

async function togglePerfBasicProf(argv) {
throw new Error('linux perf is diabled now')
throw new Error(
'linux perf is disabled now, please check https://nodejs.org/en/learn/diagnostics/poor-performance/'
)
}

async function startMetric(argv) {
Expand Down
2 changes: 1 addition & 1 deletion packages/stackvis-simplified/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/stackvis-simplified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diat-stackvis-simplified",
"version": "1.5.2",
"version": "1.5.3",
"description": "stack visualization tools",
"main": "./lib/stackvis.js",
"bin": {
Expand Down

0 comments on commit b1ae306

Please sign in to comment.