Fixing updater

This commit is contained in:
Martin Karkowski 2021-05-21 09:43:07 +02:00
parent ba19a4463a
commit 4fd3c08441
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ rmdir node_modules /s /q
npm install
%@EndTry%
:@Catch
echo uninstall IO-Server
echo removed node_modules
:@EndCatch
@REM compile

View File

@ -379,7 +379,7 @@ node {{{pathToFolder}}}\\index.js`)
);
}
logger.info("Create Service at ", path);
logger.info("Create Service at", path);
};
if (result.runExtra) {