From 3d45b48f475aa6cd5db8b69ceaf41308237cf228 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Wed, 2 Nov 2016 15:37:54 -0400 Subject: [PATCH] testing separate lts/current labels for backports --- lib/timers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timers.js b/lib/timers.js index 78953f25d5a17e..32683f848c511d 100644 --- a/lib/timers.js +++ b/lib/timers.js @@ -324,7 +324,7 @@ exports.enroll = function(item, msecs) { exports.setTimeout = function(callback, after, arg1, arg2, arg3) { if (typeof callback !== 'function') { - throw new TypeError('"callback" argument must be a function'); + throw new TypeError('"callback" HELLO HI HEY argument must be a function'); } var len = arguments.length;