Skip to content

Commit

Permalink
Update src/spec-configuration/controlManifest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Spicer <joshspicer@github.com>
  • Loading branch information
chrmarti and joshspicer authored May 17, 2023
1 parent fa20d4b commit 14bee1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec-configuration/controlManifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function updateControlManifest(oldManifest: DevContainerControlManifest |
try {
manifestBuffer = await fetchControlManifest();
} catch (error) {
output.write(`Failed to fetch control manifest: ${error.message}`);
output.write(`Failed to fetch control manifest: ${error.message}`, LogLevel.Error);
if (oldManifest) {
// Keep old manifest to not loose existing information and update timestamp to avoid flooding the server.
const now = new Date();
Expand Down

0 comments on commit 14bee1e

Please sign in to comment.