Skip to content

Commit cc8ac0a

Browse files
committed
fix trailing comment whitespace
1 parent 1e3fb57 commit cc8ac0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/npm/node-install.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ function maybeOptimizePackage(binPath: string): void {
186186
// Docker. Avoid idempotency issues by just not optimizing when using Yarn.
187187
//
188188
// This also doesn't work with WASM because it is not a single binary executable
189-
// file. See https://github.com/evanw/esbuild/issues/4209
190-
//
189+
// file. See https://github.com/evanw/esbuild/issues/4209 for more info.
190+
//
191191
// This optimization also doesn't apply when npm's "--ignore-scripts" flag is
192192
// used since in that case this install script will not be run.
193193
const { isWASM } = pkgAndSubpathForCurrentPlatform()

0 commit comments

Comments
 (0)