@forge/manifest

13.3.2-next.013.3.2-next.1
out/text/errors.js
~out/text/errors.jsModified
+2−1
Index: package/out/text/errors.js
===================================================================
--- package/out/text/errors.js
+++ package/out/text/errors.js
@@ -141,9 +141,10 @@
         function: {
             invalidKeyLength: (key) => `The function key exceeds 23 characters: ‘${key}’.`,
             handler: {
                 invalidRegex: (key, regex) => `${(0, utils_1.cleanKey)(types_1.AllModuleTypes.CoreFunction)} handler property '${key}' must be in format <module>.<function> (example: index.run).`,
-                fileNotExists: (key, fileName) => `${(0, utils_1.cleanKey)(types_1.AllModuleTypes.CoreFunction)} handler property '${key}' cannot find associated file with name '${fileName}.[jt](s|sx)'`
+                fileNotExists: (key, fileName) => `${(0, utils_1.cleanKey)(types_1.AllModuleTypes.CoreFunction)} handler property '${key}' cannot find associated file with name ` +
+                    `'${fileName}.(${utils_1.HANDLER_EXTENSIONS.join('|')})'`
             }
         },
         endpoint: {
             remote: {