mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-17 05:22:18 +00:00
Adds the path to the call
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
$NodeVersion = Invoke-Expression "node.exe --version"
|
||||
$JSScriptPath = "\build\src\destreamer.js"
|
||||
$ScriptPath = "$PSScriptRoot$JSScriptPath"
|
||||
|
||||
if ($NodeVersion.StartsWith("v8.")) {
|
||||
node.exe build\src\destreamer.js $args
|
||||
& "node.exe $ScriptPath $args"
|
||||
}
|
||||
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