start-file #5

Merged
SethTrowbridge merged 5 commits from start-file into master 2023-07-30 14:29:34 -04:00
Showing only changes of commit 1f6ab7cf47 - Show all commits

View File

@ -259,8 +259,13 @@ export const Configure =(config:ConfigurationArgs)=>
ImportMapReload(); ImportMapReload();
} }
let running = false;
export default async()=> export default async()=>
{ {
if(running){return};
running = true;
await ImportMapReload(); await ImportMapReload();
try try
{ {