MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / PathObject

Method PathObject

source/src/interpreter.cpp:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 {
121 MsgBox::Error(lang_trans(L"宏") + L":\"" + macro.name.toStdWString() + std::wstring(L"\"\n\n") + lang_trans(L"栈深度超过") + std::to_wstring(interpreter_max_stack) + L"\n\n" + lang_trans(L"为防止崩溃已停止运行"), L"Quickinput Interpreter");
122 return InterpreterResult::r_exit;
123 }
124 else
125 {

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected