Skip to content

Commit

Permalink
error stack 기본은 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
piljung89 committed Aug 22, 2024
1 parent b548c3e commit 7da902e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ function BASE({
transaction_querys.push({
text: query.text,
values: JSON.stringify(query.values),
stack: new Error().stack,
stack: FxSQL_DEBUG.LOG && new Error().stack,
});
return await go(
is_injection(query) ? Promise.reject('INJECTION ERROR') : query,
Expand Down

0 comments on commit 7da902e

Please sign in to comment.