harcon-radiation
Advanced tools
Comparing version 9.2.14 to 9.2.15
@@ -17,3 +17,3 @@ let Proback = require('proback.js') | ||
if ( !self.Websocket.includes(path) ) | ||
throw new Error('Unknown path to call' ) | ||
throw new Error(`Unknown path to call: ${path}` ) | ||
@@ -92,2 +92,3 @@ let res = await self.request( data.id, data.terms, data.division, data.event, data.params || data.parameters || [] ) | ||
let path = firestarter.division + '.' + prefix + '.' + service | ||
self.options.logger.radiationlog( null, 'Websocket service event has been activated: ' + path, {}, self.options.logLevel ) | ||
if ( !self.Websocket.includes(path) ) | ||
@@ -94,0 +95,0 @@ self.Websocket.push( path ) |
{ | ||
"name": "harcon-radiation", | ||
"version": "9.2.14", | ||
"version": "9.2.15", | ||
"description": "REST and Websocket plugin for harcon", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
68180
1636