Skip to main content
Module

x/deno_slack_hooks/check_update.ts>createFileErrorMsg

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Go to Latest
function createFileErrorMsg
import { createFileErrorMsg } from "https://deno.land/x/deno_slack_hooks@1.2.0/check_update.ts";

createFileErrorMsg creates and returns an error message that contains lightly formatted information about the dependency files that were found but otherwise inaccessible/unreadable.

Parameters

inaccessibleFiles: InaccessibleFile[]

Returns

string