Comparing version 3.5.0 to 3.5.1
{ | ||
"name": "poru", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "A stable and powerfull lavalink client around node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -67,2 +67,4 @@ const { EventEmitter } = require("events"); | ||
try{ | ||
if (!this.currentTrack.track) { | ||
@@ -88,2 +90,8 @@ this.currentTrack = await this.currentTrack.resolve(this.manager); | ||
return this; | ||
}catch(e){ | ||
this.manager.emit("trackError", this, this.currentTrack, null); | ||
} | ||
} | ||
@@ -90,0 +98,0 @@ |
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
66884
2100