chore(cloudcmd) lint using actions

This commit is contained in:
coderaiser 2021-12-09 12:21:33 +00:00
parent 5b661140fc
commit a024dcdb61

View file

@ -41,7 +41,7 @@ function CloudCmdProto(DOM) {
let Listeners;
const log = (...a) => {
if (!isDev )
if (!isDev)
return;
console.log(...a);