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 {
235235 /// Generates a JS expression to retrieve a library variable.
236236 /// This method is only available for the `RequireStrategy` .
237237 String getLibraryVariableJsExpression (
238- String libraryName,
239238 String libraryUri,
239+ String libraryName,
240240 String variable,
241241 ) {
242242 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 {
380380 return jsEvaluate (
381381 globalToolConfiguration.loadStrategy.dartRuntimeDebugger
382382 .getLibraryVariableJsExpression (
383- libraryName,
384383 libraryUri,
384+ libraryName,
385385 variableName,
386386 ),
387387 );
You can’t perform that action at this time.
0 commit comments