Commit with fixed paths
This commit is contained in:
6
scripts/install.js
Normal file
6
scripts/install.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const NOT_WINDOWS = process.platform !== "win32";
|
||||
const YELLOW = '\x1b[33m%s\x1b[0m';
|
||||
|
||||
if (NOT_WINDOWS) {
|
||||
console.log(YELLOW, `Warning: node-simconnect does not work on ${process.platform}`);
|
||||
}
|
||||
Reference in New Issue
Block a user