Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 420c209

Browse files
committed
Fixed a small mistake.
1 parent 45f4c3a commit 420c209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodecg-io-nanoleaf/extension/nanoleafClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export class NanoleafClient implements ServiceClient<NanoleafClient> {
2727
constructor(private ipAddress: string, private authToken: string, nodecg: NodeCG) {
2828
NanoleafUtils.verifyAuthKey(ipAddress, authToken).then((response) => {
2929
if (response) {
30-
nodecg.log.info("Connected to Nanoleafs successfully!");
30+
nodecg.log.info("Connected to Nanoleafs successfully.");
3131
} else {
32-
nodecg.log.error("Unable to connect to Nanoleafs. Please check your credentials.");
32+
nodecg.log.error("Unable to connect to Nanoleafs! Please check your credentials!");
3333
}
3434
});
3535
}

0 commit comments

Comments
 (0)