Skip to content

Commit

Permalink
add ago
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Jan 6, 2022
1 parent 01112a1 commit 35801db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
items.push({
label,
description: exitCodeDescription + cwdDescription,
detail: fromNow(timestamp),
detail: `${fromNow(timestamp)} ago`,
id: timestamp.toString()
});
}
Expand Down

0 comments on commit 35801db

Please sign in to comment.