mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
ab3f7afacc
A recent refactoring made the slight mistake of calling `trace()` instead of `this.trace()`. PR-URL: https://github.com/nodejs/node/pull/26764 Fixes: https://github.com/nodejs/node/issues/26763 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
6 lines
60 B
JavaScript
6 lines
60 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
console.trace('foo');
|