Skip to content

Commit cc15556

Browse files
authored
debt - stop referring to patched node (microsoft#181933)
1 parent ab0a574 commit cc15556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gulpfile.reh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function nodejs(platform, arch) {
164164

165165
if (platform === 'win32') {
166166
if (product.nodejsRepository) {
167-
return assetFromGithub(product.nodejsRepository, nodeVersion, name => name === `win-${arch}-patched-node.exe`)
167+
return assetFromGithub(product.nodejsRepository, nodeVersion, name => name === `win-${arch}-node.exe`)
168168
.pipe(rename('node.exe'));
169169
}
170170

0 commit comments

Comments
 (0)