gotgcalls-server
Advanced tools
Comparing version 0.0.0-rc.12 to 0.0.0-rc.13
@@ -22,3 +22,2 @@ "use strict"; | ||
if (this.instances) { | ||
this.instances.stream.stop(); | ||
this.instances.stream.setReadable(readable); | ||
@@ -25,0 +24,0 @@ } |
{ | ||
"name": "gotgcalls-server", | ||
"version": "0.0.0-rc.12", | ||
"version": "0.0.0-rc.13", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "bin": "dist/index.js", |
@@ -22,3 +22,3 @@ import { createReadStream } from "fs"; | ||
constructor(private connection: Connection) {} | ||
constructor(private connection: Connection) { } | ||
@@ -28,3 +28,2 @@ stream(file: string) { | ||
if (this.instances) { | ||
this.instances.stream.stop(); | ||
this.instances.stream.setReadable(readable); | ||
@@ -31,0 +30,0 @@ } else { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21689
451