From f88cc7a8cec5835a5dce5f9a5ffcff7800f93d76 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Mon, 17 Apr 2023 18:20:34 +1000 Subject: [PATCH] Test pull. --- src/commands/dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/dev.ts b/src/commands/dev.ts index 75a32ee..10a04fe 100644 --- a/src/commands/dev.ts +++ b/src/commands/dev.ts @@ -46,7 +46,7 @@ export default { }); } if (error) return; - if (typeof output == 'object') output = 'js\n'+util.formatWithOptions({depth: 1}, '%O', output) + if (typeof output === 'object') output = 'js\n'+util.formatWithOptions({depth: 1}, '%O', output) else output = '\n' + String(output); [client.tokens.main,client.tokens.beta,client.tokens.toast,client.tokens.tae,client.tokens.octokit,client.tokens.webhook_url,client.tokens.webhook_url_test,client.tokens.mongodb_uri,client.tokens.mongodb_uri_dev].forEach((x)=>{