mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
rm console logs
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
}
|
||||
|
||||
$: truncatedContent && scrollToBottom()
|
||||
|
||||
$: html = ansi_up.ansi_to_html(truncatedContent ?? '')
|
||||
export function scrollToBottom() {
|
||||
scroll && setTimeout(() => div?.scroll({ top: div?.scrollHeight, behavior: 'smooth' }), 100)
|
||||
|
||||
@@ -162,7 +162,6 @@
|
||||
const dispatch = createEventDispatcher()
|
||||
|
||||
async function loadScript(p: string | undefined): Promise<void> {
|
||||
console.log('LOAD', p)
|
||||
if (p) {
|
||||
args = {}
|
||||
runnable = undefined
|
||||
@@ -248,7 +247,6 @@
|
||||
if (oldScriptPath == script_path) {
|
||||
loadScript(script_path)
|
||||
}
|
||||
console.log(script_path)
|
||||
is_flow = s.is_flow
|
||||
no_flow_overlap = s.no_flow_overlap ?? false
|
||||
wsErrorHandlerMuted = s.ws_error_handler_muted ?? false
|
||||
|
||||
Reference in New Issue
Block a user