There was an error while loading. Please reload this page.
1 parent 84b3df4 commit 4f264d8Copy full SHA for 4f264d8
src/splash/index.js
@@ -119,7 +119,7 @@ const initNew = async (inst) => {
119
toSend = -1;
120
121
const retryOptions = {
122
- skip_host_delta: false,
+ skip_host_delta: true,
123
skip_module_delta: {},
124
skip_all_module_delta: false,
125
skip_windows_arch_update: false,
@@ -149,9 +149,7 @@ const initNew = async (inst) => {
149
if (install == null) return;
150
simpleRecord(installs, install);
151
152
- if (task.HostInstall != null) {
153
- retryOptions.skip_host_delta = true;
154
- } else if (task.ModuleInstall != null) {
+ if (task.ModuleInstall != null) {
155
retryOptions.skip_module_delta[install.version.module.name] = true;
156
}
157
});
0 commit comments