Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/nexttick_throw.js')
-rw-r--r--test/message/nexttick_throw.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message/nexttick_throw.js b/test/message/nexttick_throw.js
index 49cd6dd0f7c..0c655a8e2e4 100644
--- a/test/message/nexttick_throw.js
+++ b/test/message/nexttick_throw.js
@@ -5,7 +5,7 @@ process.nextTick(function() {
process.nextTick(function() {
process.nextTick(function() {
process.nextTick(function() {
- // eslint-disable-next-line
+ // eslint-disable-next-line no-undef
undefined_reference_error_maker;
});
});