审查视图

public/assets/libs/jcrop/node_modules/.bin/coffee.cmd 190 字节
景龙 authored
1 2 3 4 5 6 7
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\coffee-script\bin\coffee" %*
) ELSE (
  @SETLOCAL
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\coffee-script\bin\coffee" %*
)