| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d0c16f4 commit 6af4f1f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -168,7 +168,7 @@ WritableState.prototype.getBuffer = function getBuffer() { | |||
| 168 | 168 | }; | |
| 169 | 169 | ||
| 170 | 170 | Object.defineProperty(WritableState.prototype, 'buffer', { | |
| 171 | - get: internalUtil.deprecate(function() { | ||
| 171 | + get: internalUtil.deprecate(function writableStateBufferGetter() { | ||
| 172 | 172 | return this.getBuffer(); | |
| 173 | 173 | }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + | |
| 174 | 174 | 'instead.', 'DEP0003') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments