Skip to content

Commit dcddd9c

Browse files
committed
is anyone watching this ;-;
1 parent 8960383 commit dcddd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap_node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
// getter
205205
const get = util.deprecate(function() {
206206
return this;
207-
}, `'${name}' is deprecated, use 'global'`);
207+
}, `'${name}' is HI, use 'global'`);
208208
// setter
209209
const set = util.deprecate(function(value) {
210210
Object.defineProperty(this, name, {

0 commit comments

Comments
 (0)