@comunica/core
Advanced tools
Comparing version 1.9.0 to 1.9.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const util_1 = require("util"); | ||
/** | ||
@@ -49,4 +48,3 @@ * A mediator can mediate an action over a bus of actors. | ||
if (!actors.length) { | ||
throw new Error('No actors are able to reply to the message in the bus ' | ||
+ this.bus.name + ': ' + util_1.inspect(action)); | ||
throw new Error('No actors are able to reply to a message in the bus ' + this.bus.name); | ||
} | ||
@@ -53,0 +51,0 @@ return actors; |
{ | ||
"name": "@comunica/core", | ||
"version": "1.9.0", | ||
"version": "1.9.2", | ||
"description": "Lightweight, semantic and modular actor framework", | ||
@@ -68,3 +68,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/core", | ||
}, | ||
"gitHead": "2e0cba815fd65d5660f15c96ffc734f9099d8b6a" | ||
"gitHead": "bb6eef43498d23416b4e063d93e73c49f5575ff4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
49610
1020