From a091a382cac863027b1e233f3038ee5164715639 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 9 Mar 2021 15:52:07 +0000 Subject: [PATCH] chore(cloudcmd) lint using actions --- client/modules/terminal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/terminal.js b/client/modules/terminal.js index 09d67b4c..db203cb9 100644 --- a/client/modules/terminal.js +++ b/client/modules/terminal.js @@ -51,7 +51,7 @@ module.exports.init = async () => { await CloudCmd.View(); await loadAll(); - await create(); + create(); }; module.exports.show = show;