mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 10:00:47 +01:00
Updated add log error message
This commit is contained in:
@@ -86,7 +86,7 @@ function addLog(updateHook:React.Dispatch<React.SetStateAction<string>>) {
|
||||
result.filePaths.forEach(value => {
|
||||
const logToAdd = "\"" + value + "\"";
|
||||
if(settingList.log.includes(logToAdd)) {
|
||||
logger.warningMSG("Log already added: " + logToAdd);
|
||||
logger.warningMSG("Log " + logToAdd + " already added.");
|
||||
} else {
|
||||
logStr += "\"" + String(value) + "\"";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user