Skip to content

Commit

Permalink
Removed duplicated method
Browse files Browse the repository at this point in the history
  • Loading branch information
“Fernando committed Jan 12, 2022
1 parent a7b1f09 commit c53d52a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/service/OSUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@ export class OSUtils {
public static isWindows(): boolean {
return process.platform === 'win32';
}

public static logSameLineMessage(message: string): void {
process.stdout.write(OSUtils.isWindows() ? '\x1b[0G' : '\r');
process.stdout.write(message);
}
}

0 comments on commit c53d52a

Please sign in to comment.