From 34258c6f27039deefa69cf26b0c8a6029a3436b9 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 4 Sep 2023 12:59:45 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20cloudcmd:=20actions:=20lint=20?= =?UTF-8?q?=E2=98=98=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/client.js b/client/client.js index bc8b778d..3cbe344e 100644 --- a/client/client.js +++ b/client/client.js @@ -1,6 +1,7 @@ 'use strict'; const process = require('process'); + /* global DOM */ const Emitify = require('emitify'); const inherits = require('inherits');