mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Fix error in pretty logger.
This commit is contained in:
@@ -48,7 +48,7 @@ pub fn file_symbol(_input: TokenStream) -> TokenStream {
|
||||
|
||||
// Return as a string literal
|
||||
let output = quote! {
|
||||
obfuscate::symbol!(#concatted)
|
||||
obfuscate::sym!(#concatted)
|
||||
};
|
||||
output.into()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user