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.
async
1 parent 6b112b0 commit 9297c66Copy full SHA for 9297c66
dwds/lib/src/services/expression_evaluator.dart
@@ -386,7 +386,7 @@ class ExpressionEvaluator {
386
Future<RemoteObject> _callJsFunction(
387
String function,
388
Map<String, String> scope,
389
- ) async {
+ ) {
390
final jsCode = _createEvalFunction(function, scope.keys);
391
392
_logger.finest('Evaluating JS: "$jsCode" with scope: $scope');
@@ -403,7 +403,7 @@ class ExpressionEvaluator {
403
Future<RemoteObject> _evaluateJsExpressionInFrame(
404
int frameIndex,
405
String expression,
406
407
final jsCode = _createEvalExpression(expression);
408
409
_logger.finest('Evaluating JS: "$jsCode"');
0 commit comments