UNPKG

@fastly/js-compute

Version:

JavaScript SDK and CLI for building JavaScript applications on [Fastly Compute](https://www.fastly.com/products/edge-compute/serverless).

10 lines (7 loc) 289 B
export function tooManyEngines() { console.error(`error: The argument '--engine-wasm <engine-wasm>' was provided more than once, but cannot be used multiple times USAGE: js-compute-runtime --engine-wasm <engine-wasm> For more information try --help`); process.exit(1); }