| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ff17b39 commit 9b58b79
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,8 +23,8 @@ const { inherits } = require('util'); | |||
| 23 | 23 | const { normalizeEncoding } = require('internal/util'); | |
| 24 | 24 | const { isArrayBufferView } = require('internal/util/types'); | |
| 25 | 25 | const LazyTransform = require('internal/streams/lazy_transform'); | |
| 26 | - const kState = Symbol('state'); | ||
| 27 | - const kFinalized = Symbol('finalized'); | ||
| 26 | + const kState = Symbol('kState'); | ||
| 27 | + const kFinalized = Symbol('kFinalized'); | ||
| 28 | 28 | ||
| 29 | 29 | function Hash(algorithm, options) { | |
| 30 | 30 | if (!(this instanceof Hash)) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments