From a7f52bb195c2f4a7aa15905ea14236021f193044 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sat, 24 May 2025 14:09:07 -0600 Subject: [PATCH] Fix debug --- debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.js b/debug.js index c72f2b8..5a1a8e8 100644 --- a/debug.js +++ b/debug.js @@ -21,7 +21,7 @@ const fpbx = new FreepbxManager({ fpbx.listExtensions() .then((extensions) => { - console.log(extensions); + console.log(JSON.stringify(extensions, null, 2)); }) .catch((err) => { console.error(err);