|
|
@ -196,7 +196,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
else if (process.platform === "win32") { |
|
|
|
else if (process.platform === "win32") { |
|
|
|
// If we get a . it means there's unread messages. We don't care about that
|
|
|
|
// If we get a . it means there's unread messages. We don't care about that
|
|
|
|
if (arg === '.') { |
|
|
|
if (arg === '.' || arg === '•') { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
let n = parseInt(arg, 10); |
|
|
|
let n = parseInt(arg, 10); |
|
|
|