File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ class DartRuntimeDebugger {
235
235
/// Generates a JS expression to retrieve a library variable.
236
236
/// This method is only available for the `RequireStrategy` .
237
237
String getLibraryVariableJsExpression (
238
- String libraryName,
239
238
String libraryUri,
239
+ String libraryName,
240
240
String variable,
241
241
) {
242
242
return '${_loadStrategy .loadModuleSnippet }("dart_sdk").dart.getModuleLibraries("$libraryName ")["$libraryUri "]["$variable "]' ;
Original file line number Diff line number Diff line change @@ -380,8 +380,8 @@ class AppInspector implements AppInspectorInterface {
380
380
return jsEvaluate (
381
381
globalToolConfiguration.loadStrategy.dartRuntimeDebugger
382
382
.getLibraryVariableJsExpression (
383
- libraryName,
384
383
libraryUri,
384
+ libraryName,
385
385
variableName,
386
386
),
387
387
);
You can’t perform that action at this time.
0 commit comments