mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 02:15:59 +03:00
reintroduce exports.FBSD
This commit is contained in:
parent
ccfd04a431
commit
53df9a36e3
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ const nodeJsUtil = require("util");
|
|||
exports.WIN = /^win/.test(process.platform);
|
||||
exports.LIN = /^linux/.test(process.platform);
|
||||
exports.MAC = /^darwin/.test(process.platform);
|
||||
exports.FBSD = /^freebsd/.test(process.platform);
|
||||
exports.BSD = /bsd$/.test(process.platform);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue