Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/.bin/uuid.ps1

    r59329aa re29cc2e  
    1010$ret=0
    1111if (Test-Path "$basedir/node$exe") {
    12   & "$basedir/node$exe"  "$basedir/../uuid/dist/bin/uuid" $args
     12  & "$basedir/node$exe"  "$basedir/../uuid/bin/uuid" $args
    1313  $ret=$LASTEXITCODE
    1414} else {
    15   & "node$exe"  "$basedir/../uuid/dist/bin/uuid" $args
     15  & "node$exe"  "$basedir/../uuid/bin/uuid" $args
    1616  $ret=$LASTEXITCODE
    1717}
Note: See TracChangeset for help on using the changeset viewer.