mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint using actions
This commit is contained in:
parent
5b661140fc
commit
a024dcdb61
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ function CloudCmdProto(DOM) {
|
|||
let Listeners;
|
||||
|
||||
const log = (...a) => {
|
||||
if (!isDev )
|
||||
if (!isDev)
|
||||
return;
|
||||
|
||||
console.log(...a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue