File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend_server_common/lib/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ $_simpleLoaderScript
491
491
// TODO(srujzs): We should avoid using a callback here in the bootstrap once
492
492
// the embedder supports passing a list of files/libraries to `hotRestart`
493
493
// instead. Currently, we're forced to read this file twice.
494
- let restartScripts = _currentDirectory + '/reloaded_sources.json';
494
+ let reloadedSources = _currentDirectory + '/reloaded_sources.json';
495
495
496
496
if (!window.\$ dartReloadModifiedModules) {
497
497
window.\$ dartReloadModifiedModules = (function(appName, callback) {
@@ -536,7 +536,7 @@ $_simpleLoaderScript
536
536
if (numToLoad == 0) callback();
537
537
}
538
538
};
539
- xhttp.open("GET", restartScripts , true);
539
+ xhttp.open("GET", reloadedSources , true);
540
540
xhttp.send();
541
541
});
542
542
}
You can’t perform that action at this time.
0 commit comments