Commit 8c06e2ea authored by wang's avatar wang

111

parent 95d10313
import {randint} from "./utils.js";
import crypto from "crypto";
let window = {
_pxUuid: '81da0909-8d01-11ee-a0dc-c1014f687990'
......@@ -1037,7 +1037,11 @@ export function call_12590_12610(uuid, hash, hash2, hashv) {
console.timeEnd('wasm')
return res;
}
// setTimeout(function () {
// console.log(call_12590_12610('79a192f9-8d13-11ee-8468-c5b80e39512d', 'dbab1d29712830bb280868d05bb0c2b96bf116192a0d66a468fab254999c3', 'd81cb335323dec439f94b1601b95c7679dd405cf4ac044e57ddc79c953e6cff3', '12'))
//
// },200)
\ No newline at end of file
if (import.meta.url === `file://${process.argv[1]}`) {
setTimeout(function () {
console.log(call_12590_12610('79a192f9-8d13-11ee-8468-c5b80e39512d', 'dbab1d29712830bb280868d05bb0c2b96bf116192a0d66a468fab254999c3', 'd81cb335323dec439f94b1601b95c7679dd405cf4ac044e57ddc79c953e6cff3', '12'))
}, 200)
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment