Skip to content

Commit bcc1ff4

Browse files
zkochanblakeembrey
authored andcommitted
Pass through --preserve-symlinks flag (#253)
1 parent 42e5c19 commit bcc1ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ v8flags(function (err, v8flags) {
2727
'--throw-deprecation',
2828
'--trace-deprecation',
2929
'--allow-natives-syntax',
30-
'--perf-basic-prof'
30+
'--perf-basic-prof',
31+
'--preserve-symlinks'
3132
])
3233

3334
for (let i = 0; i < argv.length; i++) {

0 commit comments

Comments
 (0)