mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 04:16:00 +00:00
query error markers
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
return domEditor.getEditor();
|
||||
}
|
||||
|
||||
export function getCurrentCommandText(): string {
|
||||
export function getCurrentCommandText(): { text: string; line?: number } {
|
||||
return domEditor.getCurrentCommandText();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user