Leo Lamprecht
7 years ago
1 changed files with 1 additions and 3 deletions
@ -1,3 +1 @@ |
|||
const logo = () => (process.platform === 'win32' ? 'Δ' : '𝚫') |
|||
|
|||
module.exports = logo |
|||
module.exports = process.platform === 'win32' ? 'Δ' : '𝚫' |
|||
|
Loading…
Reference in new issue