MCPcopy Create free account
hub / github.com/plotly/plotly.js / _throw

Function _throw

tasks/util/common.js:4–7  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

2var exec = require('child_process').exec;
3
4function _throw(err) {
5 console.log(err);
6 throw err;
7}
8
9exports.execCmd = function (cmd, cb, errorCb) {
10 cb = cb ? cb : function () {};

Callers 1

common.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…