Skip to content

Commit

Permalink
More deliberate typos.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Promislow <epromislow@suse.com>
  • Loading branch information
ericpromislow committed Jun 29, 2023
1 parent cd86a3a commit c87520f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/rancher-desktop/utils/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,11 @@ export function clearLoggingDirectory(): void {
}

fs.mkdirSync(paths.logs, { recursive: true });

// This is supposed to be ok for the pattern-matcher
type Github = string;

// This shouldn't be
const blah: Github = 'complain to Github';

console.log(blah);

0 comments on commit c87520f

Please sign in to comment.