From c5ca82f0e1e2eeefbc2c68943c24bbc16ec640ff Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 21 Aug 2019 12:28:19 +0200 Subject: [PATCH] throw errors if you try to update expiration times, as this isn't implemented yet --- lib/metadata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/metadata.js b/lib/metadata.js index 9b0340f86..419780d7b 100644 --- a/lib/metadata.js +++ b/lib/metadata.js @@ -70,7 +70,7 @@ commands.RESET_OWNERS = function (meta, args) { }; commands.UPDATE_EXPIRATION = function () { - + throw new Error("E_NOT_IMPLEMENTED"); }; var handleCommand = function (meta, line) {