From 32280e445b1e0d1c67ddd5651a515fb6da7687b7 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Sun, 10 Sep 2023 00:09:02 +0100 Subject: [PATCH] Correct code comment [nocode] --- lib/serialize/trace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/serialize/trace.js b/lib/serialize/trace.js index afc3486f..2fca7bcf 100644 --- a/lib/serialize/trace.js +++ b/lib/serialize/trace.js @@ -114,7 +114,7 @@ module.exports = { // Check if is a prototype + define as `fn.prototype` if so // TODO - // Serialize + // Trace object assertBug(typeof val === 'object'); // TODO Add support for remaining types commented out below