mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03:00
6 lines
102 B
Batchfile
6 lines
102 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\clean" %*
|
|
) ELSE (
|
|
node "%~dp0\clean" %*
|
|
)
|