mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-09 16:29:42 +00:00
Adds the path to the call
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
$NodeVersion = Invoke-Expression "node.exe --version"
|
$NodeVersion = Invoke-Expression "node.exe --version"
|
||||||
|
$JSScriptPath = "\build\src\destreamer.js"
|
||||||
|
$ScriptPath = "$PSScriptRoot$JSScriptPath"
|
||||||
|
|
||||||
if ($NodeVersion.StartsWith("v8.")) {
|
if ($NodeVersion.StartsWith("v8.")) {
|
||||||
node.exe build\src\destreamer.js $args
|
& "node.exe $ScriptPath $args"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
node.exe --max-http-header-size 32768 build\src\destreamer.js $args
|
node.exe --max-http-header-size 32768 $ScriptPath $args
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user