Show request in evaluate selection command (#29621)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
55b908a8bf
commit
6497aa5341
2 changed files with 12 additions and 17 deletions
|
@ -148,23 +148,6 @@ impl Console {
|
|||
expression
|
||||
});
|
||||
|
||||
self.add_messages(
|
||||
[OutputEvent {
|
||||
category: None,
|
||||
output: format!("> {expression}"),
|
||||
group: None,
|
||||
variables_reference: None,
|
||||
source: None,
|
||||
line: None,
|
||||
column: None,
|
||||
data: None,
|
||||
location_reference: None,
|
||||
}]
|
||||
.iter(),
|
||||
window,
|
||||
cx,
|
||||
);
|
||||
|
||||
self.session.update(cx, |session, cx| {
|
||||
session
|
||||
.evaluate(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue