mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update Node.js wrapper to 2024 edition
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "libloot-nodejs"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -3,7 +3,7 @@ use std::{
|
||||
sync::{Arc, RwLock},
|
||||
};
|
||||
|
||||
use libloot::{error::DatabaseLockPoisonError, WriteMode};
|
||||
use libloot::{WriteMode, error::DatabaseLockPoisonError};
|
||||
use libloot_ffi_errors::UnsupportedEnumValueError;
|
||||
use napi_derive::napi;
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ use libloot::{
|
||||
LoadMetadataError, MultilingualMessageContentsError, RegexError, WriteMetadataError,
|
||||
},
|
||||
};
|
||||
use libloot_ffi_errors::{fmt_error_chain, UnsupportedEnumValueError};
|
||||
use libloot_ffi_errors::{UnsupportedEnumValueError, fmt_error_chain};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct VerboseError(Box<dyn std::error::Error>);
|
||||
|
||||
Reference in New Issue
Block a user