We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ab5f5 commit 882bb53Copy full SHA for 882bb53
packages/cli/lib/deamon.js
@@ -210,7 +210,7 @@ const initDeamon = async () => {
210
try {
211
const rapidVersion = require(path.join(__dirname, '../package.json')).deamonVersion;
212
const deamonVersion = require(path.join(deamonDir, './package.json')).deamonVersion;
213
- console.log(rapidVersion, deamonVersion);
+
214
if (rapidVersion !== deamonVersion) {
215
const err = '[rapid] rapid and deamon version not match';
216
console.info(err);
0 commit comments