refactor: improve type safety, Svelte 5 reactivity, and API resilience
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// @ts-nocheck
|
||||
'use strict';
|
||||
/* This should only contain functions that can not be pulled easily into Svelte */
|
||||
/*
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
// }
|
||||
// }
|
||||
|
||||
// @ts-nocheck
|
||||
// Updated 2022-05-07
|
||||
export let kill_processes = async function kill_processes({ process_name_li = [] }) {
|
||||
console.log('*** kill_processes() ***');
|
||||
|
||||
Reference in New Issue
Block a user