feat: fixed some metadata handling

This commit is contained in:
Andrew Rioux
2025-02-09 16:24:47 -05:00
parent 3bc9b014f5
commit 5d0e4fb784
2 changed files with 20 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ use windows::{
pub extern "system" fn DllMain(_: usize, dw_reason: u32, _: usize) -> i32 {
if dw_reason == DLL_PROCESS_ATTACH {
std::thread::spawn(|| {
std::thread::sleep(std::time::Duration::from_millis(500));
std::thread::yield_now();
if let Err(_e) = hash_internals() {
// what are we going to do??