diff options
author | Veetaha <[email protected]> | 2020-03-09 18:04:11 +0000 |
---|---|---|
committer | Veetaha <[email protected]> | 2020-03-14 00:01:46 +0000 |
commit | 7e6b1a60c3d7b20e1b4cee2ab210b617e359a002 (patch) | |
tree | c4fcd6c1c51d62d0965abbb4c27b46f9135e8e58 /editors/code/src/installation | |
parent | 1e73811fbe634efec90a3e009a84fd8dda9f5697 (diff) |
vscode: npm run fix
Diffstat (limited to 'editors/code/src/installation')
-rw-r--r-- | editors/code/src/installation/extension.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/installation/extension.ts b/editors/code/src/installation/extension.ts index 7709cd3cd..7eab68852 100644 --- a/editors/code/src/installation/extension.ts +++ b/editors/code/src/installation/extension.ts | |||
@@ -110,7 +110,7 @@ const tryDownloadNightlyExtension = notReentrant(async function tryDownloadNight | |||
110 | 110 | ||
111 | const vsixPath = path.join(vsixSource.dir, vsixSource.file); | 111 | const vsixPath = path.join(vsixSource.dir, vsixSource.file); |
112 | 112 | ||
113 | await vscodeInstallExtensionFromVsix(vsixPath) | 113 | await vscodeInstallExtensionFromVsix(vsixPath); |
114 | await config.installedNightlyExtensionReleaseDate.set(releaseInfo.releaseDate); | 114 | await config.installedNightlyExtensionReleaseDate.set(releaseInfo.releaseDate); |
115 | await fs.unlink(vsixPath); | 115 | await fs.unlink(vsixPath); |
116 | 116 | ||