- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/.bin/installed-package-contents.ps1
rceaed42 r59329aa 8 8 $exe=".exe" 9 9 } 10 # Support pipeline input 11 if ($MyInvocation.ExpectingInput) { 12 $input | & "$basedir/../@npmcli/installed-package-contents/index.js" $args 13 } else { 14 & "$basedir/../@npmcli/installed-package-contents/index.js" $args 15 } 10 & "$basedir/../@npmcli/installed-package-contents/index.js" $args 16 11 exit $LASTEXITCODE
Note:
See TracChangeset
for help on using the changeset viewer.