MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / throwIfStopped

Function throwIfStopped

content/utils.js:53–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53function throwIfStopped() {
54 if (flowStopped) {
55 throw new Error(STOP_ERROR_MESSAGE);
56 }
57}
58
59/**
60 * Wait for a DOM element to appear.

Calls

no outgoing calls

Tested by

no test coverage detected