Skip to content

Commit a6bc544

Browse files
committed
Console convert failed sql
1 parent 4ddbae1 commit a6bc544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.bootstrap.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ document.getElementById('convert-button').addEventListener('click', function ()
4242
output_text_area.value = (new Converter(JSON.parse(ast)[0].Query)).run();
4343
}
4444
} catch (e) {
45+
console.log(input);
4546
output_text_area.value = e;
46-
Sentry.captureMessage(input);
4747

4848
throw e;
4949
}

0 commit comments

Comments
 (0)