mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
feat(#507): added support for debug level for console logging in scripts
This commit is contained in:
@@ -71,6 +71,7 @@ class ScriptRuntime {
|
||||
};
|
||||
context.console = {
|
||||
log: customLogger('log'),
|
||||
debug: customLogger('debug'),
|
||||
info: customLogger('info'),
|
||||
warn: customLogger('warn'),
|
||||
error: customLogger('error')
|
||||
|
||||
Reference in New Issue
Block a user