Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

4515 #4656

Merged
merged 3 commits into from Apr 13, 2019
Merged

4515 #4656

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/formatters/proseFormatter.ts
Expand Up @@ -24,7 +24,7 @@ export class Formatter extends AbstractFormatter {
public static metadata: IFormatterMetadata = {
formatterName: "prose",
description: "The default formatter which outputs simple human-readable messages.",
sample: "ERROR: myFile.ts[1, 14]: Missing semicolon",
sample: "ERROR: myFile.ts:1:14 - Missing semicolon",
consumer: "human",
};
/* tslint:enable:object-literal-sort-keys */
Expand Down