Skip to content

Commit b224d76

Browse files
committed
fix lint
1 parent 0a76d85 commit b224d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function exit(error?: string) {
106106

107107
export function isUnicodeSupported() {
108108
if (process.platform !== 'win32') {
109-
return process.env['TERM'] !== 'linux';
109+
return process.env.TERM !== 'linux';
110110
}
111111

112112
return (

0 commit comments

Comments
 (0)