MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / setErrMsg

Method setErrMsg

common/src/process_tools.ts:32–34  ·  view source on GitHub ↗
(errMsg: { timeoutErr: string; exitErr: string; startErr: string })

Source from the content-addressed store, hash-verified

30 }
31
32 public setErrMsg(errMsg: { timeoutErr: string; exitErr: string; startErr: string }) {
33 this.errMsg = errMsg;
34 }
35
36 public start(): Promise<boolean> {
37 return new Promise((resolve, reject) => {

Callers 2

useUnzipFunction · 0.95
useZipFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected