diff --git a/packages/bruno-js/src/runtime/script-runtime.js b/packages/bruno-js/src/runtime/script-runtime.js index 910c7df43..391d047d5 100644 --- a/packages/bruno-js/src/runtime/script-runtime.js +++ b/packages/bruno-js/src/runtime/script-runtime.js @@ -71,6 +71,7 @@ class ScriptRuntime { }; context.console = { log: customLogger('log'), + debug: customLogger('debug'), info: customLogger('info'), warn: customLogger('warn'), error: customLogger('error')