@gallop.software/studio 2.3.20 → 2.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client/index.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
12
12
|
}
|
|
13
13
|
</style>
|
|
14
|
-
<script type="module" crossorigin src="/assets/index-
|
|
14
|
+
<script type="module" crossorigin src="/assets/index-CoV4xOIE.js"></script>
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
17
17
|
<div id="root"></div>
|
package/dist/server/index.js
CHANGED
|
@@ -1950,6 +1950,7 @@ async function handleDownloadStream(request) {
|
|
|
1950
1950
|
type: "progress",
|
|
1951
1951
|
current: i + 1,
|
|
1952
1952
|
total: imageKeys.length,
|
|
1953
|
+
downloaded: downloaded.length,
|
|
1953
1954
|
message: `Downloaded ${imageKey}`
|
|
1954
1955
|
});
|
|
1955
1956
|
} catch (error) {
|
|
@@ -1959,6 +1960,7 @@ async function handleDownloadStream(request) {
|
|
|
1959
1960
|
type: "progress",
|
|
1960
1961
|
current: i + 1,
|
|
1961
1962
|
total: imageKeys.length,
|
|
1963
|
+
downloaded: downloaded.length,
|
|
1962
1964
|
message: `Failed to download ${imageKey}`
|
|
1963
1965
|
});
|
|
1964
1966
|
}
|