We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92577c commit a229014Copy full SHA for a229014
internal/driver/html/stacks.js
@@ -135,7 +135,7 @@ function stackViewer(stacks, nodes) {
135
}
136
137
// Update params to include src.
138
- let v = pprofQuoteMeta(stacks.Sources[src].FullName);
+ let v = pprofQuoteMeta(stacks.Sources[src].FullName.replace(/:[0-9]+$/, ''));
139
if (param != 'f' && param != 'sf') { // old f,sf values are overwritten
140
// Add new source to current parameter value.
141
const old = params.get(param);
0 commit comments