| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 571afd3 commit a61fd37
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -727,7 +727,7 @@ function setupChannel(target, channel, serializationMode) { | |||
| 727 | 727 | // Non-serializable messages should not reach the remote | |
| 728 | 728 | // end point; as any failure in the stringification there | |
| 729 | 729 | // will result in error message that is weakly consumable. | |
| 730 | - // So perform a sanity check on message prior to sending. | ||
| 730 | + // So perform a final check on message prior to sending. | ||
| 731 | 731 | if (typeof message !== 'string' && | |
| 732 | 732 | typeof message !== 'object' && | |
| 733 | 733 | typeof message !== 'number' && | |
| Back | FazBrowse Home | New Git URL |
0 commit comments