mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-23 15:19:01 +01:00
Merge branch 'main' of github.com:usebruno/bruno
This commit is contained in:
commit
ca615e8662
@ -30,7 +30,7 @@ const runSingleRequest = async function (
|
|||||||
try {
|
try {
|
||||||
let request;
|
let request;
|
||||||
|
|
||||||
request = prepareRequest(bruJson.request);
|
request = prepareRequest(bruJson.request, collectionRoot);
|
||||||
|
|
||||||
const scriptingConfig = get(brunoConfig, 'scripts', {});
|
const scriptingConfig = get(brunoConfig, 'scripts', {});
|
||||||
|
|
||||||
|
@ -71,6 +71,7 @@ class ScriptRuntime {
|
|||||||
};
|
};
|
||||||
context.console = {
|
context.console = {
|
||||||
log: customLogger('log'),
|
log: customLogger('log'),
|
||||||
|
debug: customLogger('debug'),
|
||||||
info: customLogger('info'),
|
info: customLogger('info'),
|
||||||
warn: customLogger('warn'),
|
warn: customLogger('warn'),
|
||||||
error: customLogger('error')
|
error: customLogger('error')
|
||||||
|
Loading…
Reference in New Issue
Block a user