MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / DoubleLog

Function DoubleLog

hqcsh.js:284–295  ·  view source on GitHub ↗

* =====================================================双平台log输出==========================================

(data)

Source from the content-addressed store, hash-verified

282 * =====================================================双平台log输出==========================================
283 */
284function DoubleLog(data) {
285 if ($.isNode()) {
286 if (data) {
287 console.log(`${data}`);
288 msg += `\n${data}`;
289 }
290 } else {
291 console.log(`${data}`);
292 msg += `\n${data}`;
293 }
294
295}
296/**
297* ======================================================等待 X 秒============================================
298*/

Callers 4

SignTaskFunction · 0.70
drawTaskFunction · 0.70
missonTaskFunction · 0.70
jifenFunction · 0.70

Calls 2

isNodeMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected