Commit d46b1db0 authored by martin hou's avatar martin hou

fix: setup防重入

parent df399b14
......@@ -122,6 +122,7 @@ function Jensen(log, conn) {
};
const setup = async function (disableOnConnect) {
if (ready) return;
self.versionCode = null;
self.versionNumber = null;
commands.length = 0;
......
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