Changeset e29cc2e for trip-planner-front/node_modules/.bin/uuid.ps1
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/.bin/uuid.ps1
r59329aa re29cc2e 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 & "$basedir/node$exe" "$basedir/../uuid/ dist/bin/uuid" $args12 & "$basedir/node$exe" "$basedir/../uuid/bin/uuid" $args 13 13 $ret=$LASTEXITCODE 14 14 } else { 15 & "node$exe" "$basedir/../uuid/ dist/bin/uuid" $args15 & "node$exe" "$basedir/../uuid/bin/uuid" $args 16 16 $ret=$LASTEXITCODE 17 17 }
Note:
See TracChangeset
for help on using the changeset viewer.