MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / finish

Function finish

src/utils/notify.ts:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 await new Promise<void>((resolve) => {
47 let done = false;
48 const finish = () => { if (!done) { done = true; resolve(); } };
49 try {
50 const child = spawn('osascript', ['-e', script], { stdio: 'ignore' });
51 child.on('error', (e: any) => {

Callers 2

notifyDesktopFunction · 0.70
stopMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected