Job 1788379201150

Command: python -c "from pathlib import Path;import py_compile,subprocess,shutil,tempfile;py_compile.compile('../sheet_relay.py',doraise=True);py_compile.compile('low_latency_relay_v4diag.py',doraise=True);src=Path(r'C:\Users\ash\ChatGPTMasterBridge\Code.gs');tmp=Path(tempfile.gettempdir())/'ChatGPTMasterBridge_Code_check.js';shutil.copy2(src,tmp);r=subprocess.run([r'C:\Program Files\nodejs\node.exe','--check',str(tmp)],capture_output=True,text=True);print(r.stdout+r.stderr,end='');print('PY_COMPILE_OK');print('NODE_CHECK_RC='+str(r.returncode));print('ARMED_GUARD='+str('deprecated_status_armed_use_pending' in src.read_text(encoding='utf-8')));raise SystemExit(r.returncode)"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

PY_COMPILE_OK
NODE_CHECK_RC=0
ARMED_GUARD=True