Skip to content

Commit

Permalink
Merge e2fd980 into 1ff7767
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnate committed Oct 3, 2018
2 parents 1ff7767 + e2fd980 commit 35b2d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controller/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ class Controller extends ENIP {
async _writeTagGroup(group) {
const messages = group.generateWriteMessageRequests();

const writeTagGroupErr = new Error("TIMEOUT occurred while writing Reading Tag Group.");
const writeTagGroupErr = new Error("TIMEOUT occurred while writing Writing Tag Group.");

// Send Each Multi Service Message
for (let msg of messages) {
Expand Down
2 changes: 1 addition & 1 deletion src/utilities/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Wraps a Promise with a Timeout
*
* @param {Tag} tag - Tag Object to Write
* @param {Promise} - promise to complete before the timeout
* @param {number} - Timeout Length (ms)
* @param {Error|string} - Error to Emit if Timeout Occurs
* @returns {Promise}
Expand Down

0 comments on commit 35b2d98

Please sign in to comment.