chore!: update naming to streetmerchant

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-11-05 15:39:12 -05:00
parent 30720d3ca6
commit 3f9b3c6017
10 changed files with 202 additions and 202 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ async function loopMain() {
try {
await main();
} catch (error) {
logger.error('✖ something bad happened, resetting nvidia-snatcher in 5 seconds', error);
logger.error('✖ something bad happened, resetting streetmerchant in 5 seconds', error);
setTimeout(loopMain, 5000);
}
}